|
Home > Archive > IIS Server > January 2004 > Unable to access localhost or local webs
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Unable to access localhost or local webs
|
|
| =?Utf-8?B?RG91ZyBMYXVnaHRlcg==?= 2004-01-28, 12:36 pm |
| Tony, thanks for the reply. I tried your suggestion and now get the following when trying http://localhost:
You might not have permission to view this directory or page using the credentials you supplied.
HTTP Error 403 - Forbidden
Internet Explorer
When trying to access a local web via http://localhost/website or when trying to access an asp webpage though dreamweaver, I get the following:
HTTP 500 - Internal server error
Internet Explorer
As you suggestion, I am at least getting http errors. Is the problem some type of permissions issue? The username on the directory security is IUSR_computername.
Awaiting your helpful response.
Doug Laughter
--
Hey Doug,
You're not having the same problem. These people are not even getting to
the web server to return and error message. You are getting back an HTTP
error code, coming from the server.
If this doesn't fix your problem, please post in a new thread.
You should enable scripts and or executables permissions on the site where
you are trying to run this content. do this from the properties of the web
site or virtual directory, then the home directory tab, under the
application settings. The execute permissions is set incorrectly.
Try that.
Thank you,
Tony DeVere [MSFT]
Microsoft IIS
Newsgroup Support
tdevere@online.microsoft.com
| |
| David Wang [Msft] 2004-01-28, 9:35 pm |
| You should turn off IE's "Show Friendly HTTP Errors" so that we can see the
actual error code instead of these generic IE error response.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Doug Laughter" <doug@dynamicwebbuilding.com> wrote in message
news:CE6FBE30-4154-4B06-B691-8ED6025794C1@microsoft.com...
Tony, thanks for the reply. I tried your suggestion and now get the
following when trying http://localhost:
You might not have permission to view this directory or page using the
credentials you supplied.
HTTP Error 403 - Forbidden
Internet Explorer
When trying to access a local web via http://localhost/website or when
trying to access an asp webpage though dreamweaver, I get the following:
HTTP 500 - Internal server error
Internet Explorer
As you suggestion, I am at least getting http errors. Is the problem some
type of permissions issue? The username on the directory security is
IUSR_computername.
Awaiting your helpful response.
Doug Laughter
--
Hey Doug,
You're not having the same problem. These people are not even getting to
the web server to return and error message. You are getting back an HTTP
error code, coming from the server.
If this doesn't fix your problem, please post in a new thread.
You should enable scripts and or executables permissions on the site where
you are trying to run this content. do this from the properties of the web
site or virtual directory, then the home directory tab, under the
application settings. The execute permissions is set incorrectly.
Try that.
Thank you,
Tony DeVere [MSFT]
Microsoft IIS
Newsgroup Support
tdevere@online.microsoft.com
| |
| Jeff Cochran 2004-01-29, 12:35 am |
| On Wed, 28 Jan 2004 17:31:14 -0800, "Doug Laughter"
<doug@dynamicwebbuilding.com> wrote:
quote:
>Tony, thanks for the reply. I tried your suggestion and now get the following when trying http://localhost:
>You might not have permission to view this directory or page using the credentials you supplied.
>HTTP Error 403 - Forbidden
>Internet Explorer
Was that really a colon or did you mistype the URL? Do you have a
default document set and in the proer place?
quote:
>When trying to access a local web via http://localhost/website or when trying to access an asp webpage though dreamweaver, I get the following:
>HTTP 500 - Internal server error
>Internet Explorer
For that one, start here:
Why do I get a 500 Internal Server error for all ASP errors?
http://www.aspfaq.com/show.asp?id=2109
Jeff
| |
| =?Utf-8?B?RG91ZyBMYXVnaHRlcg==?= 2004-01-29, 5:37 am |
| Guys, the semicolon after localhost was more of punctuation, not a typo, sorry about that.
David, I deselected show friendly http error messages, thanks.
I do have a default Hello World document (default.asp) in wwwroot.
Here is where I sit now. If I now go to http://localhost, I get the directory of wwwroot and all of the webs and content inside that directory. This is an advancement because I was not getting this yesterday. Jeff, I went through the KB files you mentione
d and everything seemed correct. I did have to enable anonymous access on localstart but that didn't seem to change anything.
If I access a local web that has all html files, no problem. If I access a local web with asp files, here is the error in response:
<b>Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.</b>
Same thing if I try to open localstart.asp or default.asp or anything.asp actually.
However, I can get http://localhost/pagerror.gif (wow), but process of elimination you know.
So obviously the problem with IIS is requesting any asp documents.
Here are my properties on default web site.
web site - IP Address: all unassigned | port: 80
home directory - in local path: read, log visits and index this resource are checked | execute permissions have scripts and executables enabled | application protection is medium (pooled)
directory security - anonymous access is selected, Username is IUSR_computername (guest only) | Basic is deselected | Integrated windows is selected
Just a little more background. IIS is on a new environment (new laptop with xpHome, upgraded to xpPro). So it is not a case of IIS had been working and is not now. It hasn't operated correctly since install. For whatever that's worth.
I am not a wiz with IIS so your help is most appreciated. If you need any other info, let me know. In the meantime, thanks again.
Doug
---
Was that really a colon or did you mistype the URL? Do you have a
default document set and in the proer place?
quote:
>When trying to access a local web via http://localhost/website or when trying to access an asp webpage though dreamweaver, I get the following:
>HTTP 500 - Internal server error
>Internet Explorer
For that one, start here:
Why do I get a 500 Internal Server error for all ASP errors?
http://www.aspfaq.com/show.asp?id=2109
Jeff
| |
| Jeff Cochran 2004-01-29, 6:37 am |
| On Thu, 29 Jan 2004 10:16:22 -0800, "Doug Laughter"
<doug@dynamicwebbuilding.com> wrote:
quote:
>Guys, the semicolon after localhost was more of punctuation, not a typo, sorry about that.
>David, I deselected show friendly http error messages, thanks.
>I do have a default Hello World document (default.asp) in wwwroot.
But not a default.htm? Then you may be running into a problem running
script files, often caused by using Norton's or other script blocking
software, or having used the IIS Locakdown Tool and not configured it
to allow ASP files.
quote:
>Here is where I sit now. If I now go to http://localhost, I get the directory of wwwroot and all of the webs and content inside that directory.
Then you've allowed directory browsing.
quote:
>This is an advancement because I was not getting this yesterday. Jeff, I went through the KB files you mentioned and everything seemed correct. I did have to enable anonymous access on localstart but that didn't seem to change anything.
>
>If I access a local web that has all html files, no problem. If I access a local web with asp files, here is the error in response:
><b>Server Application Error
>The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.</b>
Now you need to look in the event log and post the event corresponding
to this. Admin Tools -> Event Viewer.
quote:
>Same thing if I try to open localstart.asp or default.asp or anything.asp actually.
>
>However, I can get http://localhost/pagerror.gif (wow), but process of elimination you know.
>So obviously the problem with IIS is requesting any asp documents.
Yup.
Try the above suggestions and let us know the next piece of the
puzzle.
Jeff
quote:
>Here are my properties on default web site.
>web site - IP Address: all unassigned | port: 80
>home directory - in local path: read, log visits and index this resource are checked | execute permissions have scripts and executables enabled | application protection is medium (pooled)
>directory security - anonymous access is selected, Username is IUSR_computername (guest only) | Basic is deselected | Integrated windows is selected
>
>Just a little more background. IIS is on a new environment (new laptop with xpHome, upgraded to xpPro). So it is not a case of IIS had been working and is not now. It hasn't operated correctly since install. For whatever that's worth.
>
>I am not a wiz with IIS so your help is most appreciated. If you need any other info, let me know. In the meantime, thanks again.
>
>
>Doug
>
>
>---
>Was that really a colon or did you mistype the URL? Do you have a
>default document set and in the proer place?
>
>
>For that one, start here:
>
>Why do I get a 500 Internal Server error for all ASP errors?
>http://www.aspfaq.com/show.asp?id=2109
>
>Jeff
| |
| =?Utf-8?B?RG91ZyBMYXVnaHRlcg==?= 2004-01-29, 8:36 am |
| >But not a default.htm? Then you may be running into a problem running
script files, often caused by using Norton's or other script blocking
software, or having used the IIS Locakdown Tool and not configured it
to allow ASP files.<
I threw a hello world default.htm page in and that file does come up at http://localhost
As far as Norton or any script blocking devices, the only Norton product is antivirus. I do not have a firewall on this machine as I have a wireless router that does. I am not aware of the IIS locakdown (sp?) Tool.
quote:
>Now you need to look in the event log and post the event corresponding
to this. Admin Tools -> Event Viewer.<
I am noticing some funny stuff here. In Event Viewer/System, there are many warnings and errors. Here is an example of each:
Warning:
The server failed to load application '/LM/W3SVC/1/ROOT'. The error was 'The server process could not be started because the configured identity is incorrect. Check the username and password.
'.
For additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Error:
DCOM got error "Logon failure: unknown user name or bad password. " and was unable to logon .\IWAM_DLAUGHTER in order to run the server:
{3D14228D-FBE1-11D0-995D-00C04FD919C1}
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Both are referrencing a password/username.
That's what I got for now.
Doug
|
|
|
|
|