Re: "ASP.NET" Permissions don't work, "Everyone" does
From: Jason Brown [MSFT] (i-brjaso_at_online.microsoft.com)
Date: 12/02/04
- Next message: Jason Brown [MSFT]: "Re: Security for Web server"
- Previous message: sunshine: "Integrated Windows Authentication for Gecko-based browsers"
- In reply to: Chris: ""ASP.NET" Permissions don't work, "Everyone" does"
- Next in thread: Chris: "Re: "ASP.NET" Permissions don't work, "Everyone" does"
- Reply: Chris: "Re: "ASP.NET" Permissions don't work, "Everyone" does"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 2 Dec 2004 11:22:27 +1100
One very good way is to use FileMon from www.sysinternals.com to monitor
file access and determine which file accesses are denied. then you can get
the process properties and see what account is trying to access the file.
likewise they have a tool called RegMon which does similar tricks with the
registry. between the two you can get a very detailed picture of what's
going on in the background.
-- Jason Brown Microsoft GTSC, IIS This posting is provided "AS IS" with no warranties, and confers no rights. "Chris" <Chris@discussions.microsoft.com> wrote in message news:31ABF72C-97D7-4A76-BADC-7F4CE41DE96B@microsoft.com... > Greetings, > > I'm running into a problem with IIS 6/ASP.NET user permissions for a site. > > To my knowledge, only "IUSR_SERVER" and "ASP.NET Machine Account" accounts > are required on the application to run via the web. However, this is not > the > case for this particular application, which is created the same way our > other > .NET applications are produced. > > The application only started working correctly once the "Everyone" account > was assigned to the folder... I know this is a risky and non-safe internet > policy. > > Is there any way to see exactly what accounts require access to a resource > in order to eliminate "Everyone" from our permissions, for instance, maybe > a > "Current users connected" type display? I tried looking in the IIS site > properties as well as the Event Log, but I'm quite lost. > > Thanks in advance for any help you could give me.
- Next message: Jason Brown [MSFT]: "Re: Security for Web server"
- Previous message: sunshine: "Integrated Windows Authentication for Gecko-based browsers"
- In reply to: Chris: ""ASP.NET" Permissions don't work, "Everyone" does"
- Next in thread: Chris: "Re: "ASP.NET" Permissions don't work, "Everyone" does"
- Reply: Chris: "Re: "ASP.NET" Permissions don't work, "Everyone" does"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|