Re: Authentication/Configuration/Web.Config Error?

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hi Matt,

This is usually caused by one of two things:

1) A virtual directory is not configured as an application when it
should be, as the errors says. To fix this, open IIS, righ-click the
offending folder and select Properties. Select the Directory tab then
click the Create button under Application Settings.

2) One of your sub folders contains a web.config file that shouldn't be
there. .NET will think the folder should be an application, so it
complains. Simply move or delete the web.config file.

Hope that helps,

Chris

.


Quantcast