Asp Classic to ASP .NET C#
-
Hi I have a small project that would require me to convert a ASP Classic with 5000+ lines of code to ASP .NET C# is there such a tool that can do this for me? I've already research for the whole week but all the tools that I've tried didn't work. should I do a rewrite for the whole thing? Thanks in advance.
-
Hi I have a small project that would require me to convert a ASP Classic with 5000+ lines of code to ASP .NET C# is there such a tool that can do this for me? I've already research for the whole week but all the tools that I've tried didn't work. should I do a rewrite for the whole thing? Thanks in advance.
I don't believe there is any tool that can do a full conversion for you. There are a few that can help you convert parts of the program but honestly, you will have to do a large amount of conversion on your own.
WP7.5 Apps - XKCD | Calvin | SMBC | Sound Meter | Speed Dial
-
Hi I have a small project that would require me to convert a ASP Classic with 5000+ lines of code to ASP .NET C# is there such a tool that can do this for me? I've already research for the whole week but all the tools that I've tried didn't work. should I do a rewrite for the whole thing? Thanks in advance.
Since ASP and ASP.NET are so vastly different, there is no conversion tool to go between the to. You have to rewrite this by hand.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak -
Hi I have a small project that would require me to convert a ASP Classic with 5000+ lines of code to ASP .NET C# is there such a tool that can do this for me? I've already research for the whole week but all the tools that I've tried didn't work. should I do a rewrite for the whole thing? Thanks in advance.