Archive for the ‘Webfarm’ Category

Change IIS 7.5 Website ID (2011-6-27)

If you are building a Webfarm just make sure Your Website ID is the same on your farm. To change the ID just run the APPCMD the Sample below I have 3 websites that I want to change the ID Just change the Web01 with your website and ID I Change the Web01 form ID [...]

Create IIS NLB Copy Full Website Resource Windows 2008R2 With Powershell (2011-6-27)

If you are Building a Webfarm you need often Test websites and all the Sites needs to be the same Well below is a powershell Scripts that copy the Site and Creates a new one On the Same Server.   # NAME: Copy-Website.ps1 # # AUTHOR: Robert Smit # EMAIL: robert.smit@aca-computers.nl # # COMMENT: Script [...]