Im very new to IIS and ASP.NET. Im only using it as a script i need uses it. Ive installed IIS onto my W7 machine and set it all up to use ASP.
However, When i access the script i just get an error which is the following:
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 34: <globalization culture="en-GB" uiCulture="en-GB"/>
Line 35: <httpRuntime executionTimeout="3600" maxRequestLength="104856"/>
Line 36: <sessionState mode="InProc" cookieless="false" timeout="720"/>
Line 37: <compilation debug="true" targetFramework="4.0">
Line 38: <assemblies>
As i say im new to this and i have found a few posts around which say do this that and the other but i have no idea how to implement the fixes. Would be great if someone could give me a step by step guide or point me in the direction of such a thing.
Cheers