Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Recently I attended an interview, where I was asked by a question.
How to update / release new version of Web Application through batches in updating web applications?

He want to issue updates in batches.

As I know, we can update a new version of Web application on IIS Server using
XCopy (Copy pasting the application on IIS server)
Publishing using Visual Studio
Generating a Wizard or by third party tool.

Is it possible to update a web application in batches or batch files?
Or it was a tricky question.
Posted
Updated 20-Dec-14 10:16am
v2

1 solution

xcopy is functionally replaced by robocopy or Robust Copy. Thins might be the answer they were looking for. It has several options to control your copy operation. Just have a look into the link.

http://technet.microsoft.com/en-us/magazine/ee851678.aspx[^]
 
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