Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Upgrading from 2005 to 2008
Message
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
ASP.NET
Miscellaneous
Thread ID:
01431496
Message ID:
01431533
Views:
42
>>I have been using VS2005 since it was released. I just upgraded to VS2008.
>>
>>When I go into IIS, view properties for my virtual directory/ASP.Net application, and go into the ASP.Net tab, I expected to see a "3.5" option under the "ASP.Net version" drop down. But all I see is an option for "1.1.4322" and "2.0.50272".
>>
>>I also installed the .Net framework 3.5 SP1 on my production web server. But I don't see an option for "3.5" in the ASP.Net version in the IIS ASP.Net tab.
>>
>>Should I see this option under versions when using VS2008?
>>
>>Thanks,
>>
>>Jerry
>
>You are seeing the correct versions. For some stupid reason that someone will try to defend, CLR 3.5 means 2.0.xxx on web servers.

There are only 3 current versions of the CLR (excluding 4 which is in beta): 1.0, 1.1, and 2.0. There are 5 versions of the .NET platform - 1.0, 1.1, 2.0, 3.0, 3.5. The fact that the CLR versions were decoupled from the .NET library versions is what's confusing. .NET 3.0 and 3.5 use the 2.0 version of the CLR, which is why there isn't an additional version in ASP.NET (the version numbers in ASP.NET refer to the CLR version, not the library version). 3.0/3.5 were more like "plus packs" that added additional libraries and some compiler magic but were built on the same CLR.Yep, weird and confusing. I kind of understand it, but still don't like it.
-Paul

RCS Solutions, Inc.
Blog
Twitter
Previous
Reply
Map
View

Click here to load this message in the networking platform