How to Configure IIS?

webmanmd

Newcomer
Joined
Nov 2, 2004
Messages
3
Hi bro & sis,

I've had my ASP.NET page working fine until i try to use the "Web.config" file and i got this error message. Please help. Thanks in advance
_________________________________________________________________

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 1: <configuration>
Line 2: <system.web>
Line 3: <authentication mode="Forms" />
Line 4: </system.web>
Line 5: </configuration>
 
Found the answer

Found the answer to my question and here is the answer, just put it here some newbie like me

Open IIS manager,
find your folder, right-click -"Properties"->"Create" button.
 
Back
Top