Friday, November 04, 2005

Running .NET 1.1 & 2.x on the same web server

So the new web application that I developed was using .NET 2.x, but the internal web server is already running a .NET 1.1 application. I understand that you can run both on the same box without any problems, however, when I would go initially to my web application it would produce an error as it was using the .NET 1.1 framework. After some "googling" I found this forum post detailing a ASP.NET tab in the properties of a web site/virtual direction that allows you to specify which framework to use (see picture). Cool!

No comments: