We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c5e4ad commit 4a34f31Copy full SHA for 4a34f31
iis/web-hosting/microsoft-web-farm-framework-20-for-iis-7/skipping-folders-while-provisioning-with-web-farm-framework-20-for-iis/samples/sample2.xml
@@ -1,5 +1,5 @@
1
<webFarms>
2
- <webFarm serverAutoStart="false" name="Farm" enabled="true" adminUserName="{0}\administrator" adminPassword="pwd" primaryServer="demo-primary">
+ <webFarm serverAutoStart="false" name="Farm" enabled="true" adminUserName="{0}\administrator" adminPassword="" primaryServer="demo-primary">
3
<server address="demo-primary" enabled="true" />
4
<server address="demo-secondary" enabled="true" />
5
<platformProvision syncPlatformFromPrimary="true" />
@@ -9,4 +9,4 @@
9
</skipDirectives>
10
</applicationProvision>
11
</webFarm>
12
-</webFarms>
+</webFarms>
0 commit comments