Configuration Error
Jeg er ved at lege lidt med web.config, men har fået denne fejl: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 5: <system.web>
Line 6:
Line 7: <authentication mode="Forms">
Line 8: <forms name=".ASPXAUTH" loginUrl="Test.aspx" />
Hvad er der mon galt?
