K
kellygreer1
I have a ASP.NET WebSite running on IIS6 on Windows 2003.
I'd like to have the Default.aspx page be able to web scrape a page
from the same site "data.ashx".
I'd like to keep everything NT Authentication.
Nothing I try seems to work. I always get a 401 authorization error.
Here is what I have tried.
1) WebClient
2) WebClient + new Credentials
3) WebClient + Impersonation in web.config
4) Application Pool with Network Identity - and then I get Service
Unavailable on my site.
Help!
What is the correct way to do this? Either a WebClient call or a Soap
call to the same server or remote with NT Authentication. I can't
seem to figure out why I get the 401 error and no idea how to
troubleshoot or solve.
Thanks,
Kelly Greer
(e-mail address removed)
change nospam to yahoo
I'd like to have the Default.aspx page be able to web scrape a page
from the same site "data.ashx".
I'd like to keep everything NT Authentication.
Nothing I try seems to work. I always get a 401 authorization error.
Here is what I have tried.
1) WebClient
2) WebClient + new Credentials
3) WebClient + Impersonation in web.config
4) Application Pool with Network Identity - and then I get Service
Unavailable on my site.
Help!
What is the correct way to do this? Either a WebClient call or a Soap
call to the same server or remote with NT Authentication. I can't
seem to figure out why I get the 401 error and no idea how to
troubleshoot or solve.
Thanks,
Kelly Greer
(e-mail address removed)
change nospam to yahoo