1

I'm writing some load tests against a restricted web server on our local domain. The webserver requires entering network credentials to be able to access sites on the server. How do I automate my network login? Again, this is a server login, not a website login form.

Daniel Mann
  • 57,011
  • 13
  • 100
  • 120
zomf
  • 1,289
  • 1
  • 14
  • 13

1 Answers1

1

Found the answer. This MSDN ariticle explains how to set credentials for a web site that uses basic authentication or Integrated Windows authentication.

http://msdn.microsoft.com/en-us/library/ms182548.aspx

zomf
  • 1,289
  • 1
  • 14
  • 13