Re: IIS

From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 08/14/05


Date: Sun, 14 Aug 2005 06:03:10 -0700

That error means that you made a request for a URL that ends with a / (hence
telling IIS to look up a default document to serve back), but you did not
have a file that matches the defined Default Document at that URL.

In other words, if you made a request to http://1.2.3.4/vdir/ and that vdir
defined Default.htm and default.asp as default documents, you did not have
default.htm nor default.asp at the physical directory corresponding to /vdir

This should reproduce regardless whether you are accessing the URL from home
or at work, so you have something else going on here. What you describe is
not possible with a single IIS website definition which includes both the
LAN and WAN IPs.

So, you either have two websites, one bound to LAN IP and the other to WAN
IP, or networking is wrong where you are somehow not accessing the same
machine when requesting the LAN or WAN IP. In either case, the problem has
nothing to do with permissions and everything to do with user
misconfiguration.

-- 
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Bhavesh Valand" <brvaland@yahoo.com> wrote in message
news:e$hiF3KoFHA.3760@TK2MSFTNGP15.phx.gbl...
Hi,
The Anonymous access on the directory security is enabled.
Under IP Address and domain name restriction, currently it is setup for
By default, all computers will be : Granted access
Actual error message after switching off "Show friendly HTTP Error
Message", the error message is this :
Directory Listing Denied
The Virtual Directory does not allow contents to be listed.
Let me know if i need to check any other security on web server.
Regards
Bhavesh
*** Sent via Developersdex http://www.developersdex.com ***


Relevant Pages

  • Re: Access Denied
    ... Did you read the error message, and try the suggestions it gave you? ... Kristofer Gafvert - IIS MVP ... "Simon" wrote in message ... > execution of the current web request. ...
    (microsoft.public.inetserver.iis)
  • Re: Access Denied
    ... Simon ... >Did you read the error message, ... >> which basically tells that ASP.NET can't access IIS. ... >> execution of the current web request. ...
    (microsoft.public.inetserver.iis)
  • Re: Web Site is down! after upgrade
    ... By default IIS 6.0 only serves statics HTML pages. ... In Microsoft Internet Information Services 6.0, when a request ... the request and sends the following error message to the requestor: ...
    (microsoft.public.inetserver.iis.security)
  • ASP.Net app error message when I try to access the component........
    ... I am getting the following error message. ... granting access rights to the resource to the ASP.NET request identity. ... Network Service on IIS 6) that is used if the application is not ... If the application is impersonating via <identity ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Page Cannot Be Displayed Errors
    ... In WFetch, for Advanced Request, change to "Add Headers" and write: ... > directly on the web server, ... >>> Where can I get the IIS 6.0 Resource Kit, and how do I use WFetch? ...
    (microsoft.public.inetserver.iis)