I just finished an ASP.NET MVC Application. Its a basic CRUD application that connects with a MSSQL database. Now I'm looking for ways to distribute this application (possibly MSI or EXE) where a user can just just install the application which sets up
- The site in the local IIS.
- Creates the database and tables for the site.
- Creates the necessary connection with the database.
I saw a couple of similar questions but nothing that helped me. If anyone has any insight on the problem.
My wording might not be as clear so this post might make it a bit clear : ASP.NET MVC deployment in a form of distribution package