I not aware of this error even I creat virtual directory pls tell correct way to configure virtual directory as an application
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.
Source Error:
Line 59: ASP.NET to identify an incoming user.
Line 60: -->
Line 61: <authentication mode="Windows"/>
Line 62: <!--
Line 63: The <customErrors> section enables configuration
techjunki
Member
2 Points
11 Posts
<authentication mode="Windows"/>
Jul 28, 2010 04:56 AM|LINK
I not aware of this error even I creat virtual directory pls tell correct way to configure virtual directory as an application
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication'
<div style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;" id="_mcePaste">beyond application level. This error can be caused by a virtual directory not being configured as an application
in IIS.
Source Error:
Line 59: ASP.NET to identify an incoming user.
Line 60: -->
Line 61: <authentication mode="Windows"/>
Line 62: <!--
Line 63: The <customErrors> section enables configuration
<authentication mode="Windows"/>
</div>virtual directory not being configured as an application
famous
Member
449 Points
90 Posts
Re: <authentication mode="Windows"/>
Jul 28, 2010 07:52 AM|LINK
Select your web site folder in IIS right click and select Create Application
Prashant Kum...
Star
12346 Points
1993 Posts
Re: <authentication mode="Windows"/>
Jul 28, 2010 07:55 AM|LINK
What is the folder structure of your web application and whereis this particular web.config located?
What version of IIS are you using?
You may refer to this to see how a virtual folder can be configured as an application
http://msdn.microsoft.com/en-us/library/ha2y9493.aspx