will ASP v1.1 apps work on ASP 2.0

  • Thread starter Patrick Olurotimi Ige
  • Start date
P

Patrick Olurotimi Ige

After installing Visual Web Developer will old aspv1.1
applications run smoothly on aspv2.0?
 
J

Juan T. Llibre

They will run smoothly, but not on asp.net 2.0.
They will run, side-by-side with asp.net 2.0, under asp.net 1.1.
 
P

Patrick Olurotimi Ige

So then i need both asp.net 1.1 and asp.net 2.0 on the system and then
switch them when neccesary?
 
J

Juan T. Llibre

re:
So then i need both asp.net 1.1 and asp.net 2.0 on the system
Yes.

re:
switch them when neccesary?

Not exactly "switch them".

What you'd do is assign the proper ASP.NET version to each application, either via
the ASP.NET tab in the IIS manager, or using Denis Bauer's ASP.NET Version Switcher

http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx

You also need to assign all 1.1 apps to a
different Application pool than all the 2.0 apps,
which must be in a separate application pool.
 
P

Patrick Olurotimi Ige

Thx Juan for the reply.
Regarding Application pooling i'm not using IIS6 but IIS5 and i don't
think it has that option.
Is there a way i can do the same in IIS v5?
 
J

Juan T. Llibre

You can run all your 1.1 apps Low or Medium-pooled,
and your 2.0 apps Isolated.
 
A

Aquila Deus

Patrick said:
After installing Visual Web Developer will old aspv1.1
applications run smoothly on aspv2.0?

Yes. M$ posted a list of incompatibile things several months ago, and
there is nothing related to ASP.NET directly.
 

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
474,434
Messages
2,571,689
Members
48,796
Latest member
Greg L.

Latest Threads

Top