Configure II7 on Win 2008 R2
I was trying to use the built in HTTPReceive from BizTalk today, byt the IIS server was not configured to hadle the request. I got an access denied error when calling the BTSHTTPReceive.dll.
NOTE: You must be logged on as a member of the BizTalk Server Administrator goup
I had to configure the IIS server to be able to utillize this functionality. There is a good explenation on how to do this at microsoft. The way to to it is to add this under Handler Mappings
Choose Add Script Map,and set:
Then you haver to Create a new roule under ISAPI and CGI Restrictions: Add an new and set
NOTE: You must be logged on as a member of the BizTalk Server Administrator goup
I had to configure the IIS server to be able to utillize this functionality. There is a good explenation on how to do this at microsoft. The way to to it is to add this under Handler Mappings
Choose Add Script Map,and set:
- Request Path = BtsHttpReceive.dll
- Executable = C:\Program Files\Microsoft BizTalk Server 2010\HttpReceive\BTSHTTPReceive.dll
- Name = BizTalk HTTP Recevie
Then you haver to Create a new roule under ISAPI and CGI Restrictions: Add an new and set
- ISAPI or CGI path = C:\Program Files\Microsoft BizTalk Server 2010\HttpReceive\BTSHTTPReceive.dll
- Description = BizTalk HTTPReceive
- and hok Allow extension path to execute
Restart IIS
Comments
Post a Comment