| Subject: Metadata URL is not correct in IIS |
| Group: microsoft.public.windows.developer.winfx.indigo |
| Date: 2/4/2008 1:57:56 PM |
| From: "masoud bayan" [Email Address Protection] |
Hi, I have a WCF service hosted in IIS6. While I can browse ../Primary.svc on the web (out of box) and it is accessible but WSDL URL has servers' network name and not actual URL. It means I get: http://server44:90/Services/Primary.svc?wsdl which is not accessible out of box. It seems IIS does not use <host> <baseAddresses> for metadata. Also when I try to assign URL to <serviceMetadata httpGetEnabled="true" httpGetUrl="http://ww.abc.com:90/Services/primary.svc"/> it complains that this address is already registered. Any advice appreciated? Thanks |
| Back |