Denny SYNCHRONIZE to IUSR_%COMPUTERNAME% causes remote access to prompt for username

From: Luis Garcia (a_at_a.com)
Date: 11/15/04


Date: Mon, 15 Nov 2004 17:27:24 +0100

Hi,

I have IIS 6 installed and runnning. I try to denny write access to the user
IUSR_%COMPUTERNAME% in the root directory using the xcacls.vbs tool:

cscript xcacls.vbs d:\inetpub\wwwroot /E /D IUSR_%COMPUTERNAME%:W

The following rigths are dennied:
SYNCHRONIZE
FILE_WRITE_DATA
FILE_APPEND_DATA
FILE_WRITE_EA
FILE_WRITE_ATTRIBUTES

Then IIS stop serving pages, it requires authentication.

If I aplpy the same setting using the GUI, only the last four rights are
dennied, and the system works properly.

Can anybody help me?

Thanx



Relevant Pages

  • Denny SYNCHRONIZE to IUSR_%COMPUTERNAME% causes remote access to prompt for username
    ... I have IIS 6 installed and runnning. ... I try to denny write access to the user ... IUSR_%COMPUTERNAME% in the root directory using the xcacls.vbs tool: ... Then IIS stop serving pages, ...
    (microsoft.public.inetserver.iis.security)
  • ASP.Net 2.0 deployment problem
    ... It appears that some of the settings in the ... IIS version of Web config are override my own Web site's Web.config. ... My own web.config is in the root directory of my project whose virtual ...
    (microsoft.public.dotnet.framework.aspnet)
  • IIS is not running ASP.net 1.1 version
    ... specified web server is not runnning ASP.Net version 1.1. ... I fixed it by running the IIS mappings for ASP.NET, ...
    (microsoft.public.inetserver.asp.general)
  • Re: How to make a FTP subdirectory the root directory
    ... > I've IIS 6.0 where I've configured the 'Default FTP Site' to the home ... > directory 'C:\FTP' and a Virtual Directory 'anonymous' to the home ... > How do I have to configure IIS so that "/Anonymous" is the root directory ...
    (microsoft.public.inetserver.iis)
  • Re: url mapping works differently in Cassini than in IIS??
    ... Cassini works very differently from IIS. ... string strCurrentPath = Request.Path; ... Is the web.config and Global.aspx in the root directory of the site? ...
    (microsoft.public.dotnet.framework.aspnet)

Loading