Wyse devise manager release 4.9 Manuel d'utilisateur Page 52

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 62
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 51
48 Appendix C
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>
Vue de la page 51
1 2 ... 47 48 49 50 51 52 53 54 55 56 57 ... 61 62

Commentaires sur ces manuels

Pas de commentaire