Steps to create a setup program that will install or uninstall a web application - C#.NET

Explain the steps to create a setup program that will install or uninstall a web application.

a. Add a new “Web setup project” from setup and deployment project templates.
b. Right click on the setup project and add Project output.
c. Build the setup project
Steps to deploy a web application - C#.NET
Explain the steps to deploy a web application - Add a websetup project to the application solution...
Steps to add assemblies to the Global Assembly Cache - C#.NET
Explain the steps to add assemblies to the Global Assembly Cache - sn -k StrongNameFile.snk – creates a strong key...
Steps in using XCOPY to deploy a web application - C#.NET
Steps in using XCOPY to deploy a web application...
Post your comment