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.
17 lines
651 B
17 lines
651 B
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<!-- Global configuration -->
|
|
|
|
<system.web>
|
|
<globalization requestEncoding="UTF-8" responseEncoding="UTF-8" />
|
|
<customErrors mode="RemoteOnly" />
|
|
<authentication mode="Passport" />
|
|
<identity impersonate="false" />
|
|
<pages validateRequest="false" />
|
|
<webServices>
|
|
<soapExtensionTypes>
|
|
<add type="UDDI.API.VersionSupportExtension, uddi.api" group="0" />
|
|
</soapExtensionTypes>
|
|
</webServices>
|
|
</system.web>
|
|
</configuration>
|