Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
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 21: "Passport" and "None"
Line 22: -->
Line 23: <authentication mode="Forms">
Line 24: <forms loginUrl="login.aspx" protection="All" timeout="60" />
Line 25: </authentication>
I'm getting this when trying to run any aspx page on my machine. I have just moved my programs onto this new machine so that could be the problem, how would I go about setting it up to run these files from the inetpub/ driectory (where they are stored).
Cheers,
Kev.
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 21: "Passport" and "None"
Line 22: -->
Line 23: <authentication mode="Forms">
Line 24: <forms loginUrl="login.aspx" protection="All" timeout="60" />
Line 25: </authentication>
I'm getting this when trying to run any aspx page on my machine. I have just moved my programs onto this new machine so that could be the problem, how would I go about setting it up to run these files from the inetpub/ driectory (where they are stored).
Cheers,
Kev.