How to make exe of a web based project
Hi Experts.. I have a web based project in ASP.NET 2.0 with c#. I need to make its executable to deploy it on client machine. Plz Help to how to make exe of a web based project...Thanks in Advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ashish DoshiPosted Jul 28, 2011, 3:38 AM
However, if you have written your Business Layer and Data Layer as separate class libraries, whet you can do is re-use those libraries and build the UI of the desktop application from the scratch.