I am getting this error whenever I try run a project that I've been
working on at work:
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.
It then points to this line in the web.config file:
<authentication mode="Windows" />
I can't figure this thing out. Does anybody have any ideas?
Daniel Wajnberg
go to IIS and rightclick on the folder/ virtual directory and click on the
button create application : )
----- Original Message -----
From: <wajnbergaspx@h...>
To: "ASP+" <aspx@p...>
Sent: Saturday, July 20, 2002 4:08 AM
Subject: [aspx] allowDefinition='MachineToApplication'
> I am getting this error whenever I try run a project that I've been
> working on at work:
>
> 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.
>
> It then points to this line in the web.config file:
>
> <authentication mode="Windows" />
>
> I can't figure this thing out. Does anybody have any ideas?
>
> Daniel Wajnberg
>