This post originated from an RSS feed registered with .NET Buzz
by Scott Hanselman.
Original Post: Visual Studio Express 2005 - C# Edition - will upgrade your ASP.NET to 2.0 without asking...Fix...
Feed Title: Scott Hanselman's ComputerZen.com
Feed URL: http://radio-weblogs.com/0106747/rss.xml
Feed Description: Scott Hanselman's ComputerZen.com is a .NET/WebServices/XML Weblog. I offer details of obscurities (internals of ASP.NET, WebServices, XML, etc) and best practices from real world scenarios.
Even though it is called the Visual
C# 2005 Express Edition and they explicitly point you to the Visual
Web Developer 2005 Express Edition for web site development, the Visual
C# 2005 Express Edition (and no doubt others) will still upgrade your ALL
YOUR ASP.NET VDIRS to version 2.0.40607.0 without asking.
You can go your %windir%\Microsoft.NET\Framework\v1.1.4322 directory and run:
ASPNET_REGIIS -r
to replace the ScriptMaps with ASP.NET 1.1, and you're back in business.