How to tell my asp.net page to use .net 3.5?

Posted by kralco626 on Stack Overflow See other posts from Stack Overflow or by kralco626
Published on 2010-06-16T11:56:52Z Indexed on 2010/06/16 12:02 UTC
Read the original article Hit count: 171

Filed under:
|

My company recently upgraded from IE 6 to IE 8. My site does not render properly. I wanted to make sure my .net version was fixed before I started to try to fix a problem. I think my web.config file says i'm using 3.5, but if I get an error when running the app I get this:

Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082

Why does it say 2.0? rather than 3.5? How do i change this?

(using visual studio 2008, running the site locally)

Thanks in advance!

© Stack Overflow or respective owner

Related posts about .NET

Related posts about visual-studio