Steps in using XCOPY to deploy a web application - C#.NET

Explain the steps in using XCOPY to deploy a web application.

Steps
a. xcopy c:\Inetpub\wwwroot\app \\RemoteServer\DeploymentDirectory\Webapp /E /K /R /O /H /I
b. Make the destination directory (the directory on server) as the virtual directory.
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. ...
How to create windows forms using visual inheritance - C#.NET
Explain how to create windows forms using visual inheritance - Create a windows form called the basewindow...
Key events in the lifecycle of the form - C#.NET
Explain the key events in the lifecycle of the form - Load: fired when form is first loaded in the application...
Post your comment