Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have portals written in asp vb scripts in past years, i have to renew these portals using asp.net C#, i have the pages code. i got lost i need any advises to start working on these pages and converting them to asp.net. thank you
Posted
Comments
Legor 28-Aug-12 9:27am    
I fear this isn't just something that can be provided by a tool for you. Classic ASP and ASP.NET are very different in their usage, so it's probably the best way build the ASP.NET solution from scratch. Maybe there are tools that can help you with that but the majority i'd guess will have to be done by yourself.

You must see these:
http://msdn.microsoft.com/en-us/library/ms973813.aspx[^]

http://msdn.microsoft.com/en-us/library/aa479313.aspx[^]

So, enjoy the reading! =) You have some work in advance :)
 
Share this answer
 
Comments
Waleedkassem 29-Aug-12 1:20am    
thank you amado
Response.Redirect("http://mobile.mysite.com/");
 
Share this answer
 

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