Hi!
BizTalk 2009/Windows XP/IIS 5.1
I am trying to deploy the WCF-BasicHTTP sample from Microsoft. I followed the instructions from http://msdn.microsoft.com/en-us/library/bb246063.aspx but I receive the following error:
Server Error in ‘/Microsoft.Samples.BizTalk.WCFBasicHttpReceiveAdapter.BizTalkApp’ Application.
The Messaging Engine failed to register the adapter for “WCF-BasicHttp” for the receive location “/Microsoft.Samples.BizTalk.WCFBasicHttpReceiveAdapter.BizTalkApp/Microsoft_Samples_BizTalk_WCFBasicHttpReceiveAdapter_BizTalkApp_DeliveryProcess_DeliveryRequestPort.svc”. Please verify that the receive location exists, and that the isolated adapter runs under an account that has access to the BizTalk databases.
Do I need to upgrade my IIS installation from 5.1 because http://www.biztalkgurus.com/blogs/biztalk/archive/2007/12/03/working-with-the-biztalk-wcf-adapter-on-windows-xp.aspx discusses application pools which do exist in 5.1.
Is there any special configuration that I need to do with the BizTalk Isolated Host?
Could I be missing some permissions in IIS?
Richard