6
I have developed a web application (Asp.net, c#, javascript , etc) for a client. The idea is to mature this application, and turn it into a product. The question is, how can I run my web application locally, i.e., by IIS, on the client server, without leaving the source code on the machine? Is there any alternative that is not to host the application on a website? Or to "encapsulate" the program, as happens with windows app?
Thank you very much.
Did you use ASPX for the presentation or did you use Razor?
– Leonel Sanches da Silva
The default project is web-Forms, not MVC. I’m using as much Html5! and Asp.net tags only when needed. Hugs.
– André M