I am running an application which was downloaded from internet but get an 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.
In web.config line 23 where code is:
<authentication mode="Windows"/>
How to resolve this problem?
Note: I have only one web.config file then too this error. Help Appreciated, thanks in advance!