.NET 3.5 install questions

C

Cirene

On our server we have .NET 1.0, 1.1 and 2.0 ASP.NET websites.

I am creating a .NET 3.5 website.

If my network guy installs the 3.5 FW, will the older apps still run ok?

Is 3.5 fully backwards compatible with 1.0, 1.1 and 2.0 ASP.NET web apps?

Thanks!
 
C

Cowboy \(Gregory A. Beamer\)

The main point of contention is extra stuff added on top.

If you are using AJAX, for example, you might have some problems until you
ujpdate your web.config. The 2.0 bits will be pointed to a version 1.06.###
(forget the entire number), while the 3.5 bits point to 3.5.0.0 version. If
you change version in the web.config, you should be fine.

That is your biggest danger, from my experience.
 
C

Cirene

Thanks. So .NET 3.5 will install side by side with older frameworks
installed on the server?
 
J

Juan T. Llibre

re:
!> .NET 3.5 will install side by side with older frameworks installed on the server?

Yes, it will.





Cirene said:
Thanks. So .NET 3.5 will install side by side with older frameworks installed on the server?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,050
Latest member
AngelS122

Latest Threads

Top