Sunday, March 25, 2012

Asp to asp.net convertor

I would like to know about the website who had convert the code asp to asp.net

please help me

Ashwani Kumar

I'd be surprised if this could be done.

It's not a case of changing syntax or replacing all "A"s with "B"s. You're replacing all your Response.Write or HTML strings with controls and I can't see how aany converter could tell that your HTML block needs to be replaced with a gridview, formview or repeater.

I'm willing to be proved wrong though!

|||

Thanks

|||

For migrating sites from ASP to ASP.Net my suggestion is to follow this migration guide.

http://www.asp.net/downloads/archived/migration-assistants/asp-to-aspnet/

|||

Yes. This can be donw. The ASP to ASP.NET Migration Assistant is designed to help you convert ASP pages and applications to ASP.NET. It does not make the conversion process completely automatic, but it will speed up your project by automating some of the steps required for migration.

You can download at:http://msdn2.microsoft.com/en-us/asp.net/aa336624.aspx

Also see how to use this assistance tool : http://www.asp101.com/articles/john/asptoaspnet/default.asp

Hope my suggestion helps

This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet.

No comments:

Post a Comment