Link to home
Start Free TrialLog in
Avatar of J C
J CFlag for United States of America

asked on

IIS 6 intermittent 401.1 errors - Restarting IIS fixes the issue temporarily

IIS 6 on a Windows 2003 Server. Additional components are FastCGI/PHP 5.2. My websites will load perfectly for a time. Usually at least once a day though the websites become unavailable, the error that IIS reports is HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials. I will restart IIS and everything will start working again.

Because it is intermittent I am not sure where to start. Any ideas would be appreciated.

HTTP Error 401.1 - Unauthorized: Access is denied due to invalid credentials.
Internet Information Services (IIS)
ASKER CERTIFIED SOLUTION
Avatar of gaurav05
gaurav05
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of J C

ASKER

Application Pool service is running as "Network Service"

The account used for anonymous access does have read/execute permissions on root level of website.
Avatar of J C

ASKER

I should mention that all websites, there are 4 of them become unavailable and restarting IIS brings them back to life.
Avatar of Paul MacDonald
I would start with the Event logs, both on the IIS server and in AD.  It almost sounds as if an account is being locked out somewhere (or at the very least there's an authentication issue of some sort).
Avatar of J C

ASKER

The event logs do not show anything pertinent. That is where I started. Is there a routine of some sort that runs within a 24 hour period that may be causing this problem? Every morning I check to see if the websites are available they are unavailable, I'll restart IIS and it will stay up for the remained of the day.
Do you have to restart IIS or can you just recycle the Application Pool(s) for the problem sites?  
Do the problem sites all use the same AppPool?
Is the IIS Service still running when the problem sites are down?  What about all dependent services?
Do the problem sites have anything else in common (all ASP.Net 2.0, ASP.Net 4.0, database connection, IP address, etc)?
Avatar of J C

ASKER

I've tried just recycling the AppPool but that doesn't resolve the problem, I have to do an iisreset. They do share the same AppPool. IIS and all dependencies are running when the sites become unavailable. I have a php website, a coldufison website. A few .net apps. none of the services crash, they are all in a running state at the time of the problem. Boggles my mind. Maybe I need to rebuilding the web server.
Avatar of J C

ASKER

The problem is only with anonymous access/the anonymous user account. I can switch the type of authentication to integrated windows and login to the site and have it display properly.