Error DataBase-One Place all Solutions Forums Blog Glossary    Contact Us
Search  
   
Browse by Category
Error DataBase-One Place all Solutions .: Operating Systems .: Windows Operating Systems .: Windows 2003 .: Dynamic or Static Content Errors in IIS 6.0 : ASP generates Permission Denied errors in event log for global.asa

Dynamic or Static Content Errors in IIS 6.0 : ASP generates Permission Denied errors in event log for global.asa

ASP generates Permission Denied errors in event log for global.asa

Earlier versions of ASP executed events in the security context (or user identity) of the host process because there is no user context during these events. This caused problems, such as access denied errors when writing to a file in the Session_OnEnd event. ASP, by default, now runs the global.asa events, Application_OnEnd and Session_OnEnd, anonymously (the default value is true).

To change this setting programmatically, see AspRunOnEndAnonymously Metabase Property .


How helpful was this article to you?

Related Articles

article Dynamic or Static Content Errors : Applications are denied access to resources in IIS 6.0
After a clean install, IIS 6.0 runs in Wor

(No rating)  2-20-2008    Views: 127   
article Dynamic or Static Content Errors in IIS 6.0 : Requests for dynamic content return 404 error
To help minimize the attack surface of the...

(No rating)  2-20-2008    Views: 161   
article Dynamic or Static Content Errors in IIS 6.0 : Requests for static files return 404 error
Requests for static files return 404 error...

(No rating)  2-20-2008    Views: 153   

User Comments

Add Comment
No comments have been posted.