Home › Learn IIS7 › Hosting Guidance › Provisioning and Managing › Provisioning and Managing Samples › Code Samples and Scripts
advertise here
Author: Walter Oliver
Published on December 02, 2007 by iisteam
Updated on December 02, 2007 by iisteam
Average Rating Rate It (0) Thank you for your feedback!
Once servers are configured, the next step is to create Web sites and configure them. This section contains articles that provide code samples for various provisioning steps.
The provisioning may include:
Introduction Managed code can be used to provision Web sites and edit configuration. Using the Script Use the following to create a site and an application pool, and to set temporary compilation directories. Creating a Site and Application Poolusing System;using ...
Introduction WMI scripts can be used to provision Web sites and run many commands to edit configuration. Using the Script Use thefollowing to create a site and application pool. To create a site and application poolIf WScript.Arguments.Count 4 Then WScript ...
Introduction AppCmd.exe can be used to provision Web sites and run many commands to edit configuration. Creating and Configuring Use the following code samples for implementing AppCmd.exe. To create a site and an application pool (with failed request tracing ...
Introduction Use the following managed code samples to set permissions and to create a user account. Using the Code Set Permissions Use the following to set permissions on a folder using managed code. Note:A reference to System.DirectoryServices.dll is required ...
You must Log In to comment.