ASP 2.0 backward compatibility to 1.0

  • Thread starter Thread starter Maziar Aflatoun
  • Start date Start date
M

Maziar Aflatoun

Hi,

Does anyone know how well ASP.NET 2.0 is backwards compatible to ASP.NET 1?
We have so much code written in ASP.NET 1.

Thanks
Maz.
 
It doesn't matter.

You can run your 1.0 apps side-by-side with 2.0 or,
as an intermediate stage, you could recompile your apps
to run under 1.1. No problem either way.

When it's time to upgrade to 2.0, you'll need to make
a decision which would involve cost/efficiency parameters.



Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
Ven, y hablemos de ASP.NET...
======================
 
It is very backward compatible.
Most likely you won't have to change any code at all.
 

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

Back
Top