|
Home > Archive > IIS Server Security > September 2004 > Problem with anonymous access
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Problem with anonymous access
|
|
| Phill H. 2004-09-15, 10:34 am |
| I have a IIS6 webserver on the net with anonymous access, this works ok for
a while but after a while it starts to say no one has access to the page, if
i restart the services it starts to work again. the only directory security
defined for the site is anonymous access, anyone have any ideas why this
could be happening?
| |
| Jeff Cochran 2004-09-15, 11:16 am |
| On Wed, 15 Sep 2004 04:11:02 -0700, "Phill H."
<PhillH@discussions.microsoft.com> wrote:
> I have a IIS6 webserver on the net with anonymous access, this works ok for
>a while but after a while it starts to say no one has access to the page, if
>i restart the services it starts to work again. the only directory security
>defined for the site is anonymous access, anyone have any ideas why this
>could be happening?
Nope. But we might if you provided some details. Like error
messages, event log entries, web log snippets and so on. Most likely
it's not security related.
Jeff
| |
| Phill H. 2004-09-16, 11:21 am |
| i do get this logged in the event log:
Event Type: Error
Event Source: Active Server Pages
Event Category: None
Event ID: 22
Date: 15/09/2004
Time: 15:52:55
User: N/A
Computer: test1
Description:
Failed to impersonate the Anonymous User for ASP Application
/LM/W3SVC/461195062/Root. Global.ASA OnEnd routines will not be executed.
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
| |
| Jeff Cochran 2004-09-16, 11:22 am |
| On Thu, 16 Sep 2004 03:33:06 -0700, "Phill H."
<PhillH@discussions.microsoft.com> wrote:
>i do get this logged in the event log:
>
>Event Type: Error
>Event Source: Active Server Pages
>Event Category: None
>Event ID: 22
>Date: 15/09/2004
>Time: 15:52:55
>User: N/A
>Computer: test1
>Description:
>Failed to impersonate the Anonymous User for ASP Application
>/LM/W3SVC/461195062/Root. Global.ASA OnEnd routines will not be executed.
That's more likely a coding issue, though possibly an access issue for
the anonymous user account. Might try an ASP group, and take a look
at:
How to impersonate a user from Active Server Pages:
http://support.microsoft.com/defaul...kb;en-us;248187
Jeff
|
|
|
|
|