Mike
Tue Dec 16 21:41:33 CST 2003
That is not a problem with who you are, but a problem of who the server is.
IIS uses a couple of accounts, including IUSR_<machinename> which is used
when the server cannot verify who a user is (i.e. when a random user browses
to a page). If the IUSR_whatever account cannot access the folder where the
help files are (In C:\winnt\help\blah blah blah), it cannot serve them to
you.
Also, the 500 error is a stupid, generic error. To get rid of it and see a
more specific error, do this:
1. Open Internet explorer
2. Goto Tools->Internet Options...
3. Click on the Advanced tab
4. Clear the "Show friendly HTTP error messages" check box.
5. Click OK.
It will probably show you a 403 error after this...
--
-Mike
"fripper" <anonymous@discussions.microsoft.com> wrote in message
news:058201c3c440$14beb760$a301280a@phx.gbl...
> I have IIS 5.0 installed but when I use Internet Explorer
> and try to go to localhost/iishelp I get "The page cannot
> be displayed ... There is a problem with the page you are
> trying to reach and it cannot be displayed ... HTTP 500
> Internal Server Error". The IE address bar shows the
> address "
http://localhost/iishelp/iis/misc/default.asp" ..
> . which is as it should be since redirection from
> localhost/iishelp sent it there. Now, when I look at the
> Event Viewer I see ... DCOM got error "Logon failure:
> unknown user name or bad password. " and was unable to
> logon ...
>
> I don't understand ... I am running as Sys Admin.
> How/where do I set up IIS username/password information?
>
> Thanks for your help.
>
> Happy Holidays!
>
>
>