I have a WCF service hosted on local IIS. I have created an ASP.NET website which is hosted in IIS. Consumes the service.
When it runs on a Visual Studio WebDV server, everything works well, but as soon as I run the same website after hosting the IIS from the browser, the website starts communicating with the service!
The same setup when the Visual Studio Webdive runs from the server does not work with IIS!
Is there any information?
Please help!
>
I know that this is known - add service context Client config file on this "localhost" client while using
Check this and apply a way to deploy your real (IIS) address on time.
(There is a way to see that you have the right deployment, to find the time address in the browser, you should get a page to navigate that will link you to the WSDL, Will be allowed to ensure that you have the correct address .. it should be shown to your client)
Comments
Post a Comment