ASP.NET tab in IIS, more dangerous than it first appears!
Posted by: Scott Forsyths WebLog,
on 01 Aug 2008 |
View original | Bookmarked: 0 time(s)
This blog post was a long time coming and fortunately doesn't apply to IIS7, but I thought I would finally take a few minutes and cover this shortcoming with the ASPNET tab that ASP.NET 2.0 introduced into IIS 6 and IIS 5.
As I've covered in a previous post, only 1 version of ASP.NET can run at a time in each IIS Application Pool. When you want to target a newer or older version of the ASP.NET framework for a particular site or application, you must update that website or...