I have an iis6 .net website which requires windows authentication (Anonymous disabled). The website has a dedicated application pool running as NETWORK SERVICE.

The website contains a requirement to perform http requests against itself.

When the website issues a HTTP get against its self, a 401 is returned as the site is not passing any security credentials in the request. I can see this in the iis web logs.

I want to enable the website to recognize itself as intranet and automatically pass its authentication token (NETWORK SERVICE) with the resource request. Is this possible?

Many Thanks, Adam

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.