Ask a Question related to ASP.NET Security, Design and Development.
-
axford #1
ntfs access denied problem
Hello all,
Please help me with the following intranet security
problem:
I have set my IIS security to 'Windows Integrated' and
have NTFS security for the ASPNET account correct on all
web application folders. On one subfolder I want to
restrict access to administrators, managers and system. I
try this via NTFS.
In my web.config I have:
<authentication mode="Windows" />
<identity impersonate="true" />
<authorization><allow users="*" /></authorization>
<customErrors mode="Off"></customErrors>
When I restrict the NTFS security on the subfolder to the
above mentioned groups the access denied error ("Failed
to start monitoring file changes.") occurs with stack
trace (only the end):
System.Web.HttpContext.GetCompleteConfigRecord(Str ing
reqpath, IHttpMapPath configmap) +434
System.Web.HttpContext.GetCompleteConfig() +49
System.Web.HttpContext.GetConfig(String name) +195
System.Web.CustomErrors.GetSettings(HttpContext context,
Boolean canThrow) +20
System.Web.HttpResponse.ReportRuntimeError(Excepti on e,
Boolean canThrow) +40
This seems to indicate an error while parsing the config
file. However when I add 'everyone:Read and Execute'
access to the specified subfolder everything works
perfect. So it must be a security problem. Of course I am
using an account that belongs to one of the above
mentioned groups!
Also strange is that access denied refers
to 'c:\inetpub\wwwroot\MyApp\SpecialSubfolder\web.con fig'
while the only web.config I know of
is 'c:\inetpub\wwwroot\MyApp\web.config'.
I read several KB articles, but none of them looks
related to the specific stack trace above.
Can anybody solve this issue?
thx.
axford Guest
-
contribute problem - access denied file may not existpermission problem
Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,... -
Access Denied problem
Hi All, This is my first time to play with web service, but it failed with error message like: The request failed with HTTP status 401: Access... -
Access denied problem, please help
Hi, I am trying to upload something into a directory on my server but always i am getting a permission denied ONLY from this server...i have tried... -
Uploading problem = weird warning (was: access denied problem.....)
Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the... -
[PHP] Access denied problem, please help
how about giving the specs on all three servers? So WE can see the differences. Jim Lucas ----- Original Message ----- From: "Ryan A"...



Reply With Quote

