Developed a web application (asp.net, c #, javascript, etc.) for a client. The idea is to mature that application, and turn it into a product. The question is, how can I run my web application locally, ie by IIS, on the client server, without leaving the source code on the machine? Is there any alternative other than hosting the application on a website? Or "encapsulate" the program, as with windows app?
Thank you very much.