"Error 1 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. C:\ClubWebsite\ClubSite\web.config 62 "
How do I handle this problem?
Also, should I run as a local host or full internet? I'd prefer local host if that's not limiting.
you need to configure your app folder as a virtual directory.
if you're using IIS 6, open it up... expand "websites" and then your 'default site', and in there your webapp folder should exist. right-click on it, and press properties. on the window that pops up, in the bottom third of the screen you'll see a button
called "create"
donfra
0 Points
2 Posts
Error message: regarding virtual directory
Apr 15, 2008 03:06 PM|LINK
"Error 1 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. C:\ClubWebsite\ClubSite\web.config 62 "
How do I handle this problem?
Also, should I run as a local host or full internet? I'd prefer local host if that's not limiting.
Thanks.
-Donfra
brixvibe
Member
175 Points
47 Posts
Re: Error message: regarding virtual directory
Apr 15, 2008 03:38 PM|LINK
you need to configure your app folder as a virtual directory.
if you're using IIS 6, open it up... expand "websites" and then your 'default site', and in there your webapp folder should exist. right-click on it, and press properties. on the window that pops up, in the bottom third of the screen you'll see a button called "create"
this will create the virtual directory.