We managed to create a node js web application (html, css, angular js and node js) and a package in node -webkit to run it as a separate application. It works like a charm !!!.
Similarly, we want to pack the .net MVC application as a standalone application and run it as a standalone application. This is required to facilitate sending the application to any interested parties.
They are currently unsure of how to achieve this requirement. Having said that, the questions follow - Is it possible to convert a .net web application into a standalone application? - If possible, what is the proposed method to achieve this requirement?
source
share