Hi,
My WCF service running on IIS7 seems to resolve at:
http://computername.mydomain.local/service.svc
My web.config doesn't reference any url.
What could be the cause?
Hi,
My WCF service running on IIS7 seems to resolve at:
http://computername.mydomain.local/service.svc
My web.config doesn't reference any url.
What could be the cause?
its because it obtains the name of your computer, you can change it through IIS configuration, also in the WSDL files this references are added
here a post for the solution