G
Guest
this is straight out of asp.nat unleashed chapter 19:
the code listed below give the following 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.
I'm new to asp.net so i figure it's a simple problem. any help would be
appreciated.
thanks
kes
<configuration>
<system.web>
<authentication mode="Forms">
<forms
name=".MyCookie"
loginUrl="/login/mylogin.aspx"
protection="All"
timeout="80"
path="/"/>
</authentication>
</system.web>
</configuration
the code listed below give the following 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.
I'm new to asp.net so i figure it's a simple problem. any help would be
appreciated.
thanks
kes
<configuration>
<system.web>
<authentication mode="Forms">
<forms
name=".MyCookie"
loginUrl="/login/mylogin.aspx"
protection="All"
timeout="80"
path="/"/>
</authentication>
</system.web>
</configuration