Disable .net completely in a IIS6 Application Pool

Posted by David L.-Pratte on Server Fault See other posts from Server Fault or by David L.-Pratte
Published on 2012-03-30T19:32:14Z Indexed on 2012/03/30 23:31 UTC
Read the original article Hit count: 241

Filed under:
|
|

we're managing some web sites for our clients on our servers, some running Windows Server 2003 R2 and others running 2008 R2. In Windows Server 2008 R2, we can disable completely .NET framework usage for some application pools, which is great since most of our websites are still using classic ASP.

After some issues with classic ASP applications being configured to run as ASP.NET 4 in a CLR 2.0 pool, we wanted to do the same thing in IIS6 - that is, have application pools without any .NET support.

Is this a supported scenario in IIS6?

Thanks

© Server Fault or respective owner

Related posts about iis6

Related posts about ASP.NET