Tagged Questions
0
votes
1answer
567 views
Connecting to a server using Digest Authentication with Asp.Net
I have to copy a file over to our local server using asp.net. The remote server uses Digest Authentication and will supply the credentials needed. How do I connect to their server in asp.net using ...
-1
votes
2answers
119 views
How can I use Digest Authorisation with my ASP.NET site?
i wish to require a popup window for users to type, to access my website. For the username, password .. i was hoping to have a few hardcoded names/passwords in some file. I was told that Digest ...