Skip to content

Instantly share code, notes, and snippets.

View jalanstrom's full-sized avatar

Jonathan jalanstrom

View GitHub Profile
<system.web>
<!-- To control file size upload limit, remove the comment tags around the section below and set the maxRequestLength value in KB. For more information contact HelpSystems support. -->
<!-- <httpRuntime maxRequestLength=""/> -->
<!-- Use the IIS UI to set this value to control session timeout or alternatively uncomment the sessionTimeout section below. -->
<!-- <sessionState timeout="20"/> -->
<webServices>
<soapServerProtocolFactory type="Microsoft.Web.Services3.WseProtocolFactory, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<soapExtensionImporterTypes>
<add type="Microsoft.Web.Services3.Description.WseExtensionImporter, Microsoft.Web.Services3, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</soapExtensionImporterTypes>