asp classic - How do I convert legacy ASP applications to ASP.NET? -


we have large asp (classic asp) application , convert .net in order work on further releases. makes no sense continuing use asp obsolete, , don't want rewrite scratch (joel spolsky tells why).

is there way convert asp asp.net automatically?

well, used work company web apps classic asp. when decision made move .net had find way transform 168(!) web apps new framework. tried tools available @ time , failed.

best way build new web server , start there scratch, way can sure upgrade happen fast , work without hick-ups because of old-new integration. able choose functionality , visual appearances keep , 1 change. not waste time on automatic tools upgrade old asp files/sites net platform. none far have ever worked properly.

and on top of if have database on end, run problem connection web apps.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -