"Access to the path <path> is denied" but it shouldn't be.
From: Kent Tegels (ktegels_at_msn.com)
Date: 08/26/04
- Next message: Paul Clement: "Re: ASP.NET with ADirectory role based authentication"
- Previous message: developer: "issues mixing integrated Windows authentication and anonymous on same application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 26 Aug 2004 11:43:45 -0500
GRRR. This one is driving me nuts.
In the application_OnStart event for a web app I'm working, I need to load an XML file for processing, and I want to use a XmlTextReader for that, passing it a fileStream opened on the target file. Using FileMon, I know that the FileStream process calls is being executed in the NT Authority\NETWORK_SERVICE context. Problem is, that "account" has the right DACLs, all the way down from the very root down to the file, so I can't guess why its getting denied.
Is this an intentional impairment of the NETWORK SERVICE context?
Work around suggestions?
Replies welcomed off-line at ktegels@msn.com as well.
Thanks!
Kent
- Next message: Paul Clement: "Re: ASP.NET with ADirectory role based authentication"
- Previous message: developer: "issues mixing integrated Windows authentication and anonymous on same application"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|