I am currently creating a web service locally. I created 2 separate files: One for the web app and the other for the web service. When I try to reference this web service from my web app, it asks for my credentials. It does not accept the credentials I inserted (which I know is correct). How do I remove this from my web service?
views:
126answers:
1
A:
Never mind, I just had to modify the authentication in the web.config file of the web service. dugh
NewGirl
2009-10-08 18:52:42