|
Q. I'm running IIS6, and after I install the software nothing works! You pop up a dialog box saying IIS needs at least one request to activate, but I can't make any requests at all. IIS6 just hangs. What shall I do?
A.
Check the application and system event logs for any obvious errors. If none are found then likely there is a permissions issue, and it's possible you cannot load any ISAPI filters at all. Microsoft has kindly supplied two test ISAPI filters. One uses MFC the other not. Download MFCISAPILogCount.zip or NONMFCLogCount.zip filters. Either one will do.
Uninstall AuthentiX.
If this filter also stops any requests from being served, then no ISAPI filters can be loaded on this machine. Very often, the software will run fine on one W2003 server, but not on another, suggesting this is a permissions issue.
Possible solutions:
1) Previously we have found that the C:\ does not have sufficient permissions,
"Everyone" should have
at least read and execute permissions. Check this first.
Alternatively, try changing the Identity of the application pools.
And this is effective:
If the above does not work, we have to take some more steps:
To identify the permissions problem, we will need several pieces of information.
Collect the system and application event logs from this server.
Please have both EVT and TXT formatted logs.
Run the following from the command line:
From the following article go to the download page and get MPSRPT_DirSvc.EXE.
And run this on the server
http://support.microsoft.com/default.aspx?scid=KB;EN-US;818742
This information should help us resolve the issue.
Next time it hangs, can you run IISState (www.iisfaq.com/iisstate) and post
the log. We can then see what is hanging and give some guidance:
|
|