Hi Herb,
Have a look at this article, it may address the behavior you are seeing.
Changing the Default Interval for User Tokens in IIS:
http://support.microsoft.com/default.aspx?scid=kb;en-us;152526 Thanks,
Michael Laing
Microsoft Developer Support
Internet Information Server
***********************
[quoted text, click to view] >>Please do not send email directly to this alias. This is an online
account name for newsgroup participation only.<<
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.
© 2003 Microsoft Corporation. All rights reserved.
***********************
--------------------
| From: "Herb Martin" <news@LearnQuick.com>
| Subject: NTFS permission for Inprocess DLLs
| Date: Mon, 14 Jul 2003 00:25:44 -0500
| Lines: 34
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <#63MFicSDHA.1252@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis.security
| NNTP-Posting-Host: cs666835-45.austin.rr.com 66.68.35.45
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis.security:2220
| X-Tomcat-NG: microsoft.public.inetserver.iis.security
|
| How does IIS deal with Inprocess DLLs and their permissions?
|
| Is this why IIS seems to 'cache permission' settings? -- i.e., changes
| to file permissions which should be reflected the next time the file
| is OPENED by a user are not necessarily reflected until IIS is restarted.
|
| Why one might say, "of course", there is a weirdness here, if the user
| in question never visits the visits the IIS until after the permission
| change,
| e.g., this sequence:
|
| IIS started -- NTFS permission change -- new user attempts access
| through that DLL that REQUIRES that permission change to be in
| effect.
|
| Does IIS somehow cache the permission themselves and run it's OWN
| security manager internally?
|
| If so, this would explain how my "not authorized" problem might result
| while NO AUDIT failures appear in the security log.
|
| Admission: I don't use permissions refencing the IUSR_machinename
| and IWAM_machinename DIRECTLY but instead use groups (best
| practice right <grin>) largely so that I can easily distinguish MY changes
| from those made by tools like IISLockdown, updates to software, etc.
|
| How about the Metabase? Could a tightening of something in there by
| the lockdown tool have hosed my access by anonymous users to the
| email submission EVEN THOUGH there are no audit failures on the
| FP2002 extension DLL nor on the output File?
|
|
|
|
|