I've got an ASP.NET 2.0 web application under the default web site on a server and unfortunately there is another application under the same site which is ASP.NET 1.1. I'm getting the following error in the event log:
It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.
Do I just have to create a separate application pool for my application then?
It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.
Do I just have to create a separate application pool for my application then?