PowerShell automated WebDeploy ZIP install

preview_player
Показать описание
This video will demonstrate how to test, build, publish, and install WebDeploy ZIP packages. The example walks through a simple WebAPI HTTP endpoint which echoes back the current date and time. Fiddler is leveraged for HTTP testing. Once tested succesful, we publish the project to ZIP for install on IIS hosted infrastructure.

PowerShell cmdlet Restore-WDPackage is used to extract ZIP content and create a permanent home for the API endpoint.

By automating with PowerShell we provide a fast consistent admin experience to ensure the API is always installed the same way for a reliable repeatable procedure. Thanks for watching.

Cheers! shades_smile
Рекомендации по теме
Комментарии
Автор

Not only do you write, develop, and make programming easy to use, but your voice is the equivalent to Ron Howard of Arrested Development when you explain your rationale.

You're a gem!

WitEducatedInsolence
Автор

Is it possible to create the site as well in PowerShell and set the app pool and the port with the physical path?

alwaseem
Автор

How did you install WebDeploy ZIP in Visual Studio ? Thanks

KenzoArts