Hi, I have my BizTalk Orchestrations exposed as webservice and i have created an MSI for the same . The MSI goes and creates the web service proxy under the first web site it gets in the Web Sites in IIS and not necessarily under default site. I want it to be installed under a specific website (Say MyServices) that i have created before with an appl pool and points to a specific path say I:\My Services, How do i ensure that the webservices gets installed under the MyServices Thanks
Hi, Add the virtual directory to the BTS application manually than you have control over the destination port, etc. see: http://msdn2.microsoft.com/en-us/library/aa577889.aspx Please let me know if this helps. Regards, Randal van Splunteren http://biztalkmessages.wordpress.com On Aug 1, 10:01 pm, Sau wrote: > Hi, > > I have my BizTalk Orchestrations exposed as webservice and i have created an > MSI for the same . The MSI goes and creates the web service proxy under the > first web site it gets in the Web Sites in IIS and not necessarily under > default site. > > I want it to be installed under a specific website (Say MyServices) that i > have created before with an appl pool and points to a specific path say I:\My > Services, How do i ensure that the webservices gets installed under the > MyServices > > Thanks
Yes i have now created manually the website in IIS and rebuilt the MSI "Randal van Splunteren" wrote: > Hi, > > Add the virtual directory to the BTS application manually than you > have control over the destination port, etc. > > see: http://msdn2.microsoft.com/en-us/library/aa577889.aspx > > Please let me know if this helps. > > Regards, > > Randal van Splunteren > http://biztalkmessages.wordpress.com > > On Aug 1, 10:01 pm, Sau wrote: > > Hi, > > > > I have my BizTalk Orchestrations exposed as webservice and i have created an > > MSI for the same . The MSI goes and creates the web service proxy under the > > first web site it gets in the Web Sites in IIS and not necessarily under > > default site. > > > > I want it to be installed under a specific website (Say MyServices) that i > > have created before with an appl pool and points to a specific path say I:\My > > Services, How do i ensure that the webservices gets installed under the > > MyServices > > > > Thanks > >