Upgrading to ASP.NET 3.5

Posted by rs on Stack Overflow See other posts from Stack Overflow or by rs
Published on 2010-02-10T15:30:09Z Indexed on 2010/04/07 17:43 UTC
Read the original article Hit count: 247

I have a server with some asp, asp.net 1.0 and 2.0 running on them. Now I'm planning to host 3.5 apps on them.

  1. Do i have to make any changes to server other than installing framework to make it handle all my previous version apps?
  2. Do i have to install new IIS or i can use same iis for 3.5?
  3. Do i have to install ajax newer version to suport ajax 3.5?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about ASP.NET