Click here to Skip to main content
15,888,521 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Hi,

is there any tool conversion from ASP 3.0 to ASP.NET..?

Regards,
Ganesh.S
Posted
Comments
R. Giskard Reventlov 8-Jul-11 10:28am    
Unless I've suddenly lost what few brain cells I had left your question makes no sense. Whatever it is you want you'll need to explain it a bit more since we are not telepathic.
Sergey Alexandrovich Kryukov 8-Jul-11 10:35am    
Agree.
--SA
Manfred Rudolf Bihy 8-Jul-11 10:39am    
ASP 3.0 is the latest and last version of good ol' ASP.
R. Giskard Reventlov 8-Jul-11 10:41am    
Well, blow me down you're right: Ladies ASP as we call it now.
Manfred Rudolf Bihy 8-Jul-11 10:47am    
Used that stuff from '96 through '98. Guess that makes me a lady now. ;)

Thanks to Manfred for deciphering your question.

There are, as far as I am aware, no tools that can directly convert Ladies Asp to Asp.Net. The 2 can live side by side and MS recommend (memory search going back decades...) that you convert 1 page at a a time taking Session and Application state into account, amongst other things.

The times I did this we found it best to use the old site as reference, do some more BA and then write from scratch.
 
Share this answer
 
Comments
Manfred Rudolf Bihy 8-Jul-11 10:50am    
That's the route I'd prefer too! 5+
Alas, I also know of tight schedules and stupid mangagement decisions that happen. Let's hope for OP they're allowed to redesign the legacy code.
Reiss 8-Jul-11 11:09am    
I would definitely recommend a full re-write as just "porting" the code would probably miss out on many of the new features/paradigms that are about now (regardless of langauge) - indeed there are probably hacks (sorry workarounds) in the original code to handle stuff like this.
It's not very likely for you to find a tool that will help you in transitioning from good old ASP (whatever version) to ASP.NET. The concepts behind are too different. For some solid advice read also here: http://stackoverflow.com/questions/111071/tools-for-converting-from-asp-to-asp-net[^].
You may also want to look into this MSDN article for help: http://msdn.microsoft.com/en-us/library/dddsc60w(VS.71).aspx[^] too.

[Edit]
Just found this: http://aspclassiccompiler.codeplex.com/[^]. It could be helpful, but you'll have to look into this yourself. :)
[/Edit]

Best Regards,

—MRB
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900