Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
651 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <!-- Global configuration -->
  4. <system.web>
  5. <globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
  6. <customErrors mode="RemoteOnly" />
  7. <authentication mode="Passport" />
  8. <identity impersonate="false" />
  9. <pages validateRequest="false" />
  10. <webServices>
  11. <soapExtensionTypes>
  12. <add type="UDDI.API.VersionSupportExtension, uddi.api" group="0" />
  13. </soapExtensionTypes>
  14. </webServices>
  15. </system.web>
  16. </configuration>