O
Oriane
Hi,
I'm developinf an Asp.Net 3.5 site on W2k3, and I use a Web application
Visual Studio 2008 project. This Web app is configured on IIS 6 as an
"application" under a web site.
When I start an aspx page from IIS (or directly on the navigator), I get an
error about the <system.web> section in the web.config file. Something like:
using a section registered as allowDefinition="MachineToApplication" beyond
the application level is an error. This error is probably due to a virtual
directory not configured as an application in IIS".
So perhaps I should deployed my web app on a web site, and not on IIS web
app ? If I installed it on a client site, I suppose that I should also
create a new web site, and avoid to use an IIS Web ap ?
What a IIS web app is useful for ? Only for the development phase ?
Best regards
I'm developinf an Asp.Net 3.5 site on W2k3, and I use a Web application
Visual Studio 2008 project. This Web app is configured on IIS 6 as an
"application" under a web site.
When I start an aspx page from IIS (or directly on the navigator), I get an
error about the <system.web> section in the web.config file. Something like:
using a section registered as allowDefinition="MachineToApplication" beyond
the application level is an error. This error is probably due to a virtual
directory not configured as an application in IIS".
So perhaps I should deployed my web app on a web site, and not on IIS web
app ? If I installed it on a client site, I suppose that I should also
create a new web site, and avoid to use an IIS Web ap ?
What a IIS web app is useful for ? Only for the development phase ?
Best regards