Link to home
Start Free TrialLog in
Avatar of Nirmal Sharma
Nirmal SharmaFlag for United States of America

asked on

IIS Issue

IIS 5.0 - Windows 2000 with SP4.

Issue:

IIS Site located at \\Default Web Site\site_name doesn't work. Users get the following error message:

" HTTP 500 Internal Server Error"

Web sites work only when I add IWAM_machineaccount to the Administrtaors Group on the local computer.

Please let me know if I need to attach the IIS logs also.

Your help is much appreciated - thanks

SP
Avatar of gnsadmin
gnsadmin
Flag of Israel image

Sound like a permission prob.
remove IWAM_MACHINE from the admin group, run filemon (http://technet.microsoft.com/en-us/sysinternals/bb896642.aspx) and look for any "access denied" errors on any of your files.
fix the error by adding the correct permissions on this file. (with ASP.NET the "missing" user permissions are usually affiliated with  "network service" user.
Avatar of Nirmal Sharma

ASKER

Thanks for the update! However, I don't see any Access Denied or Failure in FileMon and RegMon logs respectively. Do I need to check anything else in the logs?

Do I need to add "Network Service" account somewhere?


ASKER CERTIFIED SOLUTION
Avatar of gnsadmin
gnsadmin
Flag of Israel 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
Its a Single Site. It is an ASP site. I didn't turn off friendly error message yet. Does it give the exact error message? what sort of message will it display in the IE?

I don't have IIS_WPG group in Local Users and Groups. Where can I find this one?

Thanks for your help so far.

SP
PS..I monitored the process DLLHOST.exe using RegMon and FileMon. Do I need to monitor all processes running on the IIS servers or any specific would suffice?