home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / ProPlus.WW / ProPsWW2.cab / VSTOCONF.XSD.x86 < prev    next >
Extensible Markup Language  |  2010-02-28  |  716b  |  14 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3.   <system.net>
  4.     <webRequestModules>
  5.       <remove prefix="http:"/>
  6.       <remove prefix="https:"/>
  7.       <add prefix="http:"
  8.            type="Microsoft.Office.BusinessApplications.Runtime.DeploymentAction.HttpFbaRequestCreator,Microsoft.Office.BusinessApplications.Runtime,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" />
  9.       <add prefix="https:"
  10.            type="Microsoft.Office.BusinessApplications.Runtime.DeploymentAction.HttpFbaRequestCreator,Microsoft.Office.BusinessApplications.Runtime,Version=14.0.0.0,Culture=neutral,PublicKeyToken=71e9bce111e9429c" />
  11.     </webRequestModules>
  12.   </system.net>
  13. </configuration>
  14.