The error:
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.
The culprit (web.config stored in a subdirectory of a subdomain)
Code:Line 2: <configuration> Line 3: <system.web> Line 4: <authentication mode="Forms" /> Line 5: <authorization> Line 6: <deny users="?" />
I'm guessing that I can't configure the directory as an application from helm ... any suggestions as to if I'm doing somethig wrong or its it just plain not supported?


Reply With Quote
Bookmarks