:::: MENU ::::

Thursday, September 26, 2013

“The fastest HTTP request is the one not made.” This simple rule can lead to faster page load times and less server load, without extensive performance optimization. In the last post, we tried to reduce the number of HTTP requests by combining and deferring them. That's a good idea, but wouldn't it be even better to not even make the...
The Web Deploy command line (msdeploy.exe) is located in "%programfiles%\IIS\Microsoft Web Deploy V2". This walkthrough will teach you how to utilize the command line in several common scenarios. The main elements of a Web Deploy command line are a verb or operation, a source, an optional destination and optional operation settings. MSDeploy.exe <-verb: name="">> <-source: object="">> [-dest:] [args…] format: Provider-type=[path-to-provider-object],...