Wyse Technology 883886-01 Installing WebDAV Extension for IIS, Configuring the Web.config File

Page 46

42

Appendix C

Installing WebDAV Extension for IIS 7.0

1.Download the 32-bit Installation Package of the WebDAV Extension for IIS 7.0 from: http://blogs.iis.net/robert_mcmurray/archive/2008/03/12/ webdav-extension-for-windows-server-2008-rtm-is-released.aspx

2.After downloading, double-click webdav_x86_rtw.msi to open and use the Microsoft WebDAV Extension for IIS 7.0 Setup wizard.

Figure 40 Setup wizard

3.After the software is installed, click Finish.

Configuring the Web.config File

You can modify the Web.config file to prevent the following errors:

Upload fails for files larger than 30 MB.

Merlin imaging fails when the URL and query string sizes are not adequate.

Add the following contents to the Web.config file (the Web.config file can be found in the inetpub\wwwroot folder):

<security>

<requestFiltering> <requestLimitsmaxAllowedContentLength="4294967296" maxUrl="8000" maxQueryString="8000" />

</requestFiltering>

</security>

This example shows the web.config file with the contents added: <?xml version="1.0" encoding="UTF-8"?>

<configuration>

<system.webServer>

<directoryBrowse enabled="true" showFlags="Date, Time, Size, Extension, LongDate" />

:

:

<security>

<requestFiltering>

<requestLimitsmaxAllowedContentLength="4294967296" maxUrl="8000" maxQueryString="8000" />

</requestFiltering>

</security>

</system.webServer>

</configuration>

Image 46
Contents Installation Guide Wyse Device Manager ReleaseCopyright Notices Contents IvContents This page intentionally blank Introduction Wyse Technical Support Related Documentation and ServicesAbout this Guide Finding the Information You Need in this GuidePreparing for Installation Pre-Installation ChecklistWDM Workgroup Edition Only Upgrading Current WDM Installations Only Hardware Requirements Software RequirementsCommunication Port Requirements WDMUpgrading Requirements UDPRequirements for Managing PCoIP Devices Other New RecordsService Location SRV Installing or Upgrading WDM Workgroup Edition Standard Services Allows WDM toInstalling or Upgrading Procedures WDM Workgroup Edition InstallShield Wizard Workgroup EditionInstalling or Upgrading WDM Workgroup Edition This page intentionally blank Installing or Upgrading WDM Enterprise Edition Installing or Upgrading Procedures WDM Enterprise Edition About Evaluation LicensingTip Tip Detailed Custom Installation and Upgrade Instructions WDM Database Installation Tips You Need to Know Database configurationInstalling or Upgrading WDM Enterprise Edition Software Repository Installation Tips You Need to Know Existing repository server account Administrator Console Installation Tips You Need to Know Activating Your Sales Key WDM Enterprise Evaluation License Key cannot be activatedLicensing Wizard Uninstalling WDM Database Server Login CredentialsMicrosoft data execution prevention message example Page How the WDM Installer Installs and Configures FTP Installing and Configuring FTP on Windows ServerFTP Sites Default FTP Site Close the Internet Information Services IIS Manager window Installing and Configuring FTP on Windows Server 2008 R2 Web Server IISInternet Information Services IIS Manager Binding and SSL Settings Installing and Configuring FTP on Windows Add FTP Site Binding and SSL Settings How the WDM Installer Installs and Configures IIS Installing IIS 7.0 on Windows ServerSelect Role Services Installing WebDAV Extension for IIS Configuring the Web.config FileInstalling IIS 7.5 on Windows Server 2008 R2 Select Role Services DefaultAppPool Advanced Settings Installing IIS 7.5 on Windows Page Request Filtering Using Windows Firewall with WDM This page intentionally blank Tables Installation Guide Wyse Device ManagerTM Release 4.9.1 Issue