We were able to create a node js web application (html, css, angular js and node js) and package within node-webkit to run it as a standalone application. This works like a charm !!!.
Similar to it, we want to package .net MVC web application as a standalone application and run it as a standalone app. This is required to easliy ship the application to any desired stakeholders.
Currently, not sure of the ways in achieving this requirement. Having said that, following are the questions - Is it possible to convert a .net web application to a standalone app? - If possible, what is the proposed method in achieving this requirement?