Hi
I have used .Net framework 1.1 for all of my projects up until now when I have made one for .Net framework 2. So I created I new virual directory in IIS 6 and set asp.net version to 2.
I can then run that application, but if I try to run the old 1.1 versions I get this error..
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.
What can I do to get this to work?
I have used .Net framework 1.1 for all of my projects up until now when I have made one for .Net framework 2. So I created I new virual directory in IIS 6 and set asp.net version to 2.
I can then run that application, but if I try to run the old 1.1 versions I get this error..
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.
What can I do to get this to work?