Re: BizTalk error HTTP Send Port

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Enrico,
After a internet search i have found that the problem can solve put the next
tag in web.config file:

<configuration>
<system.net>
<settings>
<httpWebRequest useUnsafeHeaderParsing="true" />
</settings>
</system.net>
</configuration>

Have you tried adding this to the BTSNTSvc.exe.config file in your biztalk installation directory, and restarting your biztalk host?


--
Tomas Restrepo
http://www.devdeo.com/
http://www.winterdom.com/weblog/

.