authenication

  • Thread starter Thread starter rj
  • Start date Start date
R

rj

Hello,

I'm running a webservice on a windows 2003 server. The software itself runs
fine in unprotected mode. When I add a user and switch on to authentication
mode, the service will still runs fine when called from a remote server. It
failes when you connect from your local server. Not only from an
application, but even when your call the webservice from your local
internet browser.

Anyone have an idea?

Richard
 
Hello,

What's the failure? Any error codes?

Are you running the Web service in the default application pool?

Which authentication types are enabled for the Web service's virtual
directory? Which authentication type is specified in Web.config?
 
Back
Top