Duplicate IIS web site with Web Deploy
Posted
by
gsantovena
on Server Fault
See other posts from Server Fault
or by gsantovena
Published on 2012-06-11T21:10:17Z
Indexed on
2012/06/11
22:42 UTC
Read the original article
Hit count: 388
I have a Win2008 server with IIS 7 and I want to duplicate one web site and just change the binding port and the application pool that is using, so I will have 2 web sites (locally or remote) with same configuration but listening on different ports.
Is there a way to do this with web deploy tool ir order to deploy locally and remotely this unique web site and change the binding ports in the destination?
© Server Fault or respective owner