Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Is it possible to convert ASP.Net project to Windows.....yes! means how to convert and are changes have to do ....
Posted
Comments
Richard MacCutchan 1-May-14 11:38am    
Yes, in theory, but it's quite a bit of work; ASP.NET and Windows forms have many differences.

Well...maybe, if you open it as a webpage within an application.

You can't directly convert it - Windows forms doesn't really have a client server architecture, and it doesn't support Javascript directly either.
You could open the page in a browser or a WebBrowser control, but other than that there is probably a lot of work to be done.

Hopefully, you separated your presentation layer from your business and data layers, in which case you only have the one to re-write.
 
Share this answer
 
No you cannot a Web form application to a Windows form application.
All you can do is copy any business logic if present. The UI needs to be recreated.
 
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