Sending server credentials - Resource access
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hello All Guru, I’m facing a little problem:
- I’m working on a multi tier C#/ASP.NET web application.
- There is a server outside my application that contains some password protected resources that is needed by my application.
- I was able to connect to the resources I need through a SOAP call by passing in the server IP address and the resource username/password.
- Now, the system admin created a login for the server, and provided me with the username/password for the server.
- I can login to the resource through IE, by providing the server IP address and entering the server’s username/password when presented by the login prompt.
- The problem is from my code I can’t reach the resource any more, I presume it is because the extra layer of security that has been added.
- The question now, is how to send the login credentials to the server, and how to access the resource again.
Thank you very much all in advance for all your help.