PDA

View Full Version : Is asp.net 3.5 installed


chris1
04-30-2008, 03:03 AM
How can i determine if asp.net 3.5 is active on my site. I have been working on some stuff recently and getting
errors, but on the bottom of the screen it says asp.net version 2 xxxx ?

Regards

Chris Anderson

bruce
04-30-2008, 05:11 AM
ASP.NET 3.5 is installed on all server.

Technically speaking, ASP.NET 3.5 is .NET framework 3.5 and it still uses ASP.NET 2.0 ISAPI (with different version of C# or VB.NET compiler). It is normal that you see the 2.x listed in your error.

Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)

chris1
04-30-2008, 06:09 AM
Bruce,

Thats understood,

many thanks

Chris