Re: Authentication/Configuration/Web.Config Error?
- From: "Chris Fulstow" <chrisfulstow@xxxxxxxxxxx>
- Date: 6 Apr 2006 07:55:01 -0700
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
.
- Follow-Ups:
- References:
- Prev by Date: Re: Get GridView Cell Value
- Next by Date: custom base classes
- Previous by thread: Authentication/Configuration/Web.Config Error?
- Next by thread: Re: Authentication/Configuration/Web.Config Error?
- Index(es):