Is there a way in IIS 7 to restrict incoming builds so that it only deploys those coming from a certain IP address (the build controller?)
I've tried the "Management Service" Page in IIS, and while that seems to be what I want, it does not work.
Is there a way in IIS 7 to restrict incoming builds so that it only deploys those coming from a certain IP address (the build controller?)
I've tried the "Management Service" Page in IIS, and while that seems to be what I want, it does not work.
Typically the deploy will be done from the Build Agent, not the Build Controller (these might not be the same machine).
Also, this access would typically be restricted via user accounts not IP's. If you only want your TFS Builds to be able to deploy, then ensure your Build Service is running using a dedicated account (e.g. MYDOMAIN\TFSBUILD) then restrict access to IIS to only that account.