Troubleshooting

From CaisisWiki

(Difference between revisions)
Jump to: navigation, search
(New page: == IIS Errors == === Failed to access IIS metabase. === This usually occurs when IIS is installed after the .NET 2 Framework. In order to fix this, you will need to reset the IIS .NET sett...)
m (Reverted edits by Yzoceqosany (Talk) to last revision by 69.117.217.157)
 
(One intermediate revision not shown)

Current revision as of 22:18, 18 November 2010

Contents

IIS Errors

Failed to access IIS metabase.

This usually occurs when IIS is installed after the .NET 2 Framework. In order to fix this, you will need to reset the IIS .NET settings to register .NET 2. You can run the command "C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i" to fix this issue. Note: Your system root and .net version number may be different, and you will need to adjust the command.

The ASP.NET User does not have permission to write to this directory.

The application needs permission to write to directories such as your file upload location.

Database Issues