Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

two different versions of ASP.NET in the same IIS process

Status
Not open for further replies.

lin73

Programmer
Feb 17, 2006
110
SE
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?
 
No need to reply, found the solution
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top