Visual Studio Express 2005 - C# Edition - will upgrade your ASP.NET to 2.0 without asking...Fix here...

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.

Tracked by:
http://devbox/blog/PermaLink.aspx?guid=9b84120a-8100-43e2-8c92-53ae838263f4 [Pingback]
Thursday, July 01, 2004 2:51:12 AM UTC
Bloody hell. When is MS going to figure out that it shouldn't do that without asking?
Thursday, July 01, 2004 5:43:38 AM UTC
Hmmm.. wonder if the ASP.NET Switcher tool will pick it up...
Thursday, July 01, 2004 6:56:37 AM UTC
Actually, turns out .NET 2.0 adds a new property page to your IIS app pages that is better than the Switcher (thank Goodness). I just wanted to show folks an easier way that is one step and recursive.
Scott Hanselman
Thursday, July 01, 2004 12:34:59 PM UTC
Guys, I mean, are you installing *beta* products on main computer?
And then you complain?
Geee.
Thursday, July 01, 2004 4:15:21 PM UTC
No, I'm just complaining. All this stuff was on a test machine, as God intended.
Scott Hanselman
Thursday, July 01, 2004 4:31:08 PM UTC
This was a problem back when they released 1.1 as well - it's not just a beta issue. I was hoping they would have fixed it for 2.0.
Friday, July 02, 2004 7:41:36 AM UTC
Guys, your best bet is to file a bug report or a feature suggestion at:
http://lab.msdn.microsoft.com/productfeedback/
Comments are closed.
Disclaimer: The opinions expressed herein are my own personal opinions and do not represent my employer’s view in any way.