Re: Error:<authentication mode="Windows" />
i get the error
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS.
and
Source Error:
Line 34: ASP.NET to identify an incoming user.
Line 35: -->
Line 36: <authentication mode="Windows"/>
Line 37: <!--
Line 38: The <customErrors> section enables configuration
how can i solve this problem?
*** Sent via Developersdex
http://www.developersdex.com ***
.
Relevant Pages
- Re: How do I configure IIS for the following?
... Each virtual directory has to be set up as an application. ... An error occurred during the processing of a configuration ... application in IIS. ... Source Error: ... (microsoft.public.dotnet.framework.aspnet) - https and virtual directories
... Parser Error Message: It is an error to use a section registered as ... So then I went into IIS and made that subdirectory a virtual directory. ... Parser Error Message: ... (microsoft.public.dotnet.framework.aspnet.security) - Running Aspx Files with forms authentication alongide of asp pages
... I have a web page that is created in asp.net and uses FormsAuthentication. ... the actual page and web.config file to a virtual directory on IIS ... Parser Error Message: It is an error to use a section registered as ... (microsoft.public.dotnet.framework.aspnet.security) - customErrors settings - iis virtual directory problem
... when i wanted add a page users get forwarded to when the authentication ... error can be caused by a virtual directory not being configured as an ... so i made the path an IIS virtual dir. ... Parser Error Message: ... (microsoft.public.dotnet.framework.aspnet) - WebService - Could not create type - ASP 2.0
... Parser Error Message: ... The service folder is set up as a virtual directory in IIS, ... (microsoft.public.dotnet.framework.aspnet.webservices) |
|