Re: BizTalk error HTTP Send Port
- From: "Tomas Restrepo [MVP]" <tomasr@xxxxxxxx>
- Date: Mon, 10 Sep 2007 10:10:15 -0500
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/
.
- Prev by Date: Re: FTP Adapter issue
- Next by Date: Re: Instance subscriptions and durability
- Previous by thread: Problems building Pipeline Component Wizard - missing Microsoft.BizTalk.Wizard
- Next by thread: Microsoft Skills Assessment question...
- Index(es):