Creating IIS Instance over network using MSBuild

Posted by Dan on Stack Overflow See other posts from Stack Overflow or by Dan
Published on 2010-04-12T18:33:00Z Indexed on 2010/04/12 18:53 UTC
Read the original article Hit count: 346

Filed under:
|
|

Is there a way to have MSBuild create an instance of IIS on another remote machine?

I do the builds (which occur locally using TeamCity AFAIK), but would like the code to be pushed up to our testing server once the build is completed. I am using IIS 6.x (Windows XP dev and Windows 2k3 Server for testing).

© Stack Overflow or respective owner

Related posts about iis

Related posts about msbuild