I have a simple asp.net project. I put it on my host but I now have 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.
Source Error:
Line 37: ASP.NET to identify an incoming user.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40: <customErrors mode="Off"/>
Line 41: <pages>