Starting an MVC application as a standalone application

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?

+4
source share
4 answers

I was able to achieve this requirement using UltiDev Cassini Web Server Pro. It provides a lightweight environment with an integrated Cassini web server for hosting ASP.net applications. It also supports MVC4 application.

To achieve this, I have completed the following steps:

  • Installed ultidev cassini pro web server locally.
  • Published MVC4 application code in the appropriate place.
  • A limited-edition installation has been created for an application with UltiDev Web Server Pro as a redistributable component. The result is setup.exe, which is packaged with a web server. This way, I do not need IIS to be pre-installed on the target machine where the application needs to be configured.
  • Installing Setup.exe on the target machine in the following steps
    • .net 4.0 ( )
    • - UltiDev Cassini
    • -.
    • - UltiDev MVC. , .
    • - , -. - - UltiDev.
    • -, service.msc .

- IIS. , !!!:)

+2

, ( ) MVC, IIS.

0

IIS asp.net, . , , asp.net.

0

. Spring Boot -.

! !!

-1

Source: https://habr.com/ru/post/1610362/


All Articles