Click here to Skip to main content
15,889,839 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Set of Major Web Applications has to be migrated from legacy Microsoft technologies to latest .Net 4.5 Framework.

Class ASP (VB Script), Asp.Net 1.1 Framework applications has to be migrated to 4.5 Framework (Applications includes Website project type and Web application project types)

Automated Tools or Best Practices are required for Analysis and Migration activities.

Analysis: The following details has to identified for each legacy applications
(Asp (VBScript), Asp.Net 1.1, 2.0, 3.5) - No of classes, Methods, Lines of codes, DLL’s & Third Party Libraries, Complexity, Level of Effort . Information about Tools that can generate the planning level information is required.

Migration: Tools recommended for migration, Best Practices from earlier migrations, any automated solutions, etc...

Please help to share your thoughts and inputs.
Posted
Comments
Richard Deeming 24-Mar-15 9:31am    
There's no simple or automated way to migrate "classic" ASP applications to ASP.NET; you'll need to re-write them.

1 solution

To be honest you're going to have to just rewrite this from scratch; you're trying to convert an apple into a vacuum cleaner. If you are using any databases then you can keep those and simply connect to them as before, but pretty much everything else is going to change.

To preempt your next question, migrating bit by bit isn't really an option either, you're best to do it in one go.
 
Share this answer
 
Comments
Sara_vanan_M 24-Mar-15 9:54am    
Basically at first I am looking in to analysis tools that will give me planning level information.

Analysis: The following details has to identified for each legacy applications
(Asp (VBScript), Asp.Net 1.1, 2.0, 3.5) - No of classes, Methods, Lines of codes, DLL’s & Third Party Libraries, Complexity, Level of Effort . Information about Tools that can generate the planning level information is required.

If you come across any pls share..
F-ES Sitecore 24-Mar-15 10:08am    
If you've been asked to gather that data then fair enough, but I doubt it has much relevance. It certainly won't be worth the time it will take to collect as there is no correlation between Classic ASP effort and asp.net effort.

I imagine you could knock up a script to count number of lines\methods\classes quite easily.

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