By adding some code into the system.serviceModel section of the web.config the problem is solved.
<serviceHostingEnvironment> <baseAddressPrefixFilters> <add prefix="http://www.yourwebsitehere.nl"/> </baseAddressPrefixFilters> </serviceHostingEnvironment>
No comments:
Post a Comment