Updated: April 1, 2009
Applies To: System Center Configuration Manager 2007
When Configuration Manager 2007 SP1 site systems will be installed on Windows Server 2008 computers, additional configuration changes might be required to ensure successful installation and operation.
The procedures in this topic can be used to configure Windows Server 2008 to support Configuration Manager 2007 SP1 site system installation.
On the Windows Server 2008 computer, navigate to Start / All Programs / Administrative Tools / Server Manager to start Server Manager. In Server Manager, select the Features node and click Add Features to start the Add Features Wizard.
On the Select Features page of the Add Features Wizard:
On the Web Server (IIS) page of the Add Features Wizard, click Next.
On the Select Role Services page of the Add Features Wizard:
On the Confirmation page, click Install, and then complete the rest of the wizard.
Click Close to exit the Add Features Wizard, and then close Server Manager.
Depending on your server operating system platform, download either the x86 or x64 version of WebDAV from: http://go.microsoft.com/fwlink/?LinkId=108052.
Depending on which version was downloaded, run either the webdav_x86_rtw.msi or the webdav_x64_rtw.msi file to install WebDAV IIS 7.0 extensions.
Enable WebDAV and create an Authoring Rule, as follows:
Change the property behavior as follows:
Close Internet Information Services (IIS) Manager.
In Server Manager, on the Features node, click Add Features to start the Add Features Wizard.
On the Select Features page, select Remote Differential Compression, and then click Next.
Complete the rest of the wizard.
Close Server Manager.
Open the applicationHost.config file located in the %windir%\System32\inetsrv\config\ directory on the BITS-enabled distribution point site system.
Search for the <requestFiltering> section.
Determine the file extensions that you will have in the packages on that distribution point. For each file extension that you require, change allowed to true.
For example, if your package will contain a file with an .mdb extension, change the line <add fileExtension=".mdb" allowed="false" /> to <add fileExtension=".mdb" allowed="true" />.
Allow only the file extensions required for your packages.
Save and close the applicationHost.config file.
The WebDav installation package only works for IIS 7.0 not IIS 7.5 (which 2008 R2 has). So to fix this, in the IIS Role under Server Manager, Go to Add Role Services and add WebDav Publishing listed under "Common HTTP Features." Then follow the steps above to configure the WebDav in IIS.