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.
 
Back
Top