Click here to Skip to main content
15,895,849 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I have developed an MVC project in Visual studio. Now i want to deploy it and create a single setup.exe file so that on double click of that setup the project will run.
How can i do that???

What I have tried:

Tried to create a setup file but it shows to create new web application which doesn't seem an option for my problem. i have already created the CRUD operation project along with databases. Now i need one single setup.exe file of that very project.
Posted
Updated 10-Jun-20 23:06pm
Comments
dnxit 11-Jun-20 3:40am    
Setup files can be created for Windows desktop applications e.g. (winforms, wpf, uwp etc) web applications are deployed in IIS. web applications usually work from server so multiple clients can access it through browsers.

1 solution

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900