question about aspnet 3.5 and IIS 5.1

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Hi,

We still use windows xp sp2 with IIS 5.1.
Can we install .Net framework 3.5 in order to use asp.net 3.5?

Thanks
Bob
 
Hi,

first of all there really is no asp.net 3.5. .NET 3.5 is .NET 2.0 CLR (with
some updates) plus 3.x add-on libraries. So what you have is really ASP.NET
2.0 with minor updates. And as you know, it works fine in XP.

Following articles and links should clear this up
http://tinyurl.com/3e4cny
http://www.danielmoth.com/Blog/2007/06/net-framework-35.html
http://www.danielmoth.com/Blog/2007/05/clr-v20-remains-at-same-version.html
http://www.hanselman.com/blog/CatchingRedBitsDifferencesInNET20AndNET20SP1.aspx
 
Thanks

Teemu Keiski said:
Hi,

first of all there really is no asp.net 3.5. .NET 3.5 is .NET 2.0 CLR
(with some updates) plus 3.x add-on libraries. So what you have is really
ASP.NET 2.0 with minor updates. And as you know, it works fine in XP.

Following articles and links should clear this up
http://tinyurl.com/3e4cny
http://www.danielmoth.com/Blog/2007/06/net-framework-35.html
http://www.danielmoth.com/Blog/2007/05/clr-v20-remains-at-same-version.html
http://www.hanselman.com/blog/CatchingRedBitsDifferencesInNET20AndNET20SP1.aspx


--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
 
Back
Top