« Previous Next »
Last post 08-06-2007 3:42 PM by jeff@zina.com. 6 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (7 items)
Sort Posts: Oldest to newest Newest to oldest
My system is windows2003 sp1,IIS6.0
i have installed the .net framework 3.0,3.5
but,after i created a website,see the website's property--asp.net
i can find .net1.1 and .net2.0.
The IIS6.0 does support ,net frameWork3.5 or 3.0?
ASP.NET 3.0 and 3.5 are not spearate frameworks as in 1.x and 2.0. ASP.NET 3.0/3.5 are handled by the 2.0 framework. You'll never see an IIS option for 3.0/3.5 because they are extensions of the 2.0 framework, not new frameworks.
Jeff
jeff@zina.com: ASP.NET 3.0 and 3.5 are not spearate frameworks as in 1.x and 2.0. ASP.NET 3.0/3.5 are handled by the 2.0 framework. You'll never see an IIS option for 3.0/3.5 because they are extensions of the 2.0 framework, not new frameworks. Jeff
thank you very much!!
i solved the problem~
this is very helpful~
Thanks Jeff for letting us know. ASP.NET 3.0 and 3.5 are not separate frameworks as in 1.x and 2.0.
And I also wan to know how to configure IIS6, so that it can support ASP.NET 3.5?
Thanks!
Did you install the 2.0, 3.0, and 3.5 frameworks?
The last rumor I heard was that 4.0 would be a new framework. 3.0 pretty much just added AJAX to ASP.NET 2.0, 3.5 is like 2.0 and 3.0 with all the service packs and some new stuff like LINQ and WPF/Silverlight tossed in.