User516094431 posted
I have create one WCF and publish on my local machine in IIS 7.
For testing purpose I’m calling in simple web application. But when I add reference from localhost then it’s working fine.
But when add reference from URL
http://shoaib.pk/CheckAuthentication.svc then it’s asking username and password.
When I set <transport clientCredentialType="none" /> in web.config then it's not asking username and password but data is not getting. :(
Kindly, guide me which username and password I have to give.