Steps to deploy a web application - C#.NET

Explain the steps to deploy a web application

a. Add a websetup project to the application solution.
b. Customize it to make UI changes, registry entries, installation path etc information
c. You can alternatively, publish the website by right clicking on the application project and create a virtual directory of it in IIS.
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...
Methods of windows-based authentication - C#.NET
Explain the methods of windows-based authentication - Anonymous authentication gives access to read-only areas of the Web site which do not need any username and password. ...
Post your comment