Please help i've created a wcf service with windows application running..everytime i update the reference locating to the url generated by my wcf solution, it is still working on my local. but when i tried to published my wcf solution to IIS8 then thats the time that i cannot access it because of the error. The server was on the other machine..and when i put the http address of that IIS it did not work already.
Error:
There was an error downloading 'http://172.26.43.62:1010/RFEConverterService.svc'. The Request failed with HTTP status 403: forbidden. Metadata contains reference that cannot be solved: 'http://172.26.43.62:1010/RFEConverterService.svc'. The HTTP Request was foebidden with client authentication scheme 'Anonymous'. The remote server returned an error: (403) Forbidden.
please see App.Config for my windows app solution and Web.Config for my WCF solution published in IIS8