Thursday, April 28, 2011

request.getresponse() giving error bad username and password

Im trying to access a file using request.getstream() on a server A and I have also given the network credentials.Those credentials have the admin rights on that server. But while using request.getresponse() it is showing me error Login failure: bad username and password. Can anybody suggest what could be the problem?

From stackoverflow
  • You may have to supply the domain as well in the username for instance "DOMAIN\USERNAME"

0 comments:

Post a Comment