Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi i have made a website in mvc 4 web app, i need to make a web setup so that the client can install it on his/her system. Make a shortcut of the website on the users desktop
Posted

1 solution

The quickest solution that I have been used is the next one:
1.Create a specific .config (with transformation) from your web.config file that should contains all specific settings for your customer;
2.From Visual Studio, rebuild the solution for this specific configuration, deploy your web application into a local folder;
3.Then ZIP this folder and deliver the result to the customer.
4.The customer simple have to UNZIP and copy the entire folder content into the location of the web application used in his/her IIS.
 
Share this answer
 

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