G
gnewsgroup
In my web application, I need to access a simple web site on a remote
host. That web site only allows Integrated Windows Authentication.
So, in my web application, I collect user name, password and domain
info and pass it to that remote web site.
I keep getting this Exception:
The remote server returned an error: 401(Unauthorized.)
Whereas, I can check out that website just fine in IE or FireFox by
entering my credentials. My complete code for my Login.aspx page is
available at the following address.
http://gnewsgroup.googlepages.com/sslconnectionfailureincode-behind
I am not sure where I am wrong. Many thanks if you could share a
little insights of yours into this problem.
BTW, I googled, and it seems there is very limited resource about this
problem.
host. That web site only allows Integrated Windows Authentication.
So, in my web application, I collect user name, password and domain
info and pass it to that remote web site.
I keep getting this Exception:
The remote server returned an error: 401(Unauthorized.)
Whereas, I can check out that website just fine in IE or FireFox by
entering my credentials. My complete code for my Login.aspx page is
available at the following address.
http://gnewsgroup.googlepages.com/sslconnectionfailureincode-behind
I am not sure where I am wrong. Many thanks if you could share a
little insights of yours into this problem.
BTW, I googled, and it seems there is very limited resource about this
problem.