Associate
- Joined
- 29 Nov 2005
- Posts
- 83
I have an ASP.net app that has forms authentication setup for security. I have just added a web service to this app to be accessed from a desktop application. When I try to add a web reference too the service in the new desktop application it just throws the page to the login page of the website if I logon I can then browse to the web service but it does not find any of the methods to add from the service.
If I turn off forms authentication on the website it works fine I can browse to the web service when adding the reference and it picks it up and shows all the various methods.
So how can I get my webservice to work on a site that incorporates Forms authentication?
thanks
Eric
If I turn off forms authentication on the website it works fine I can browse to the web service when adding the reference and it picks it up and shows all the various methods.
So how can I get my webservice to work on a site that incorporates Forms authentication?
thanks
Eric