Hi Nate,
Have you also tried calling the component in a .vbs script file via
cscript? Will it return the same Access Denied error?
1. Open your web site(inetpub\wwwroot) directory's properties dialog. In
Security tab->Advanced->Auditing, add Everyone group and select all the
Failed events.
2. Go to administrative tools->Local Security Settings->Local
Policies->Audit Policy, enable all kinds of failure audits.
3. Then open event viewer, clear and save as current Security log. Browse
to the ASP page in IE to reproduce the error and then refresh security log
to check if there is any failure event appears.
Another approach we can have a try is using filemon to trace the I/O of IIS
worker process.
http://www.microsoft.com/technet/sysinternals/utilities/filemon.mspx
1) Launch filemon,stop capture and click filter on its toolbar. Remove *
and input w3wp.exe as the included string. (w3wp.exe is IIS worker process.)
2) Change font if necessary(need restart filemon).
3) Start capture.
4) Browse to the page to reproduce the access denied error.
5) Stop capture and save as the log.
You may be able to find some access denied errors in the log which point
out the root cause.
Please feel free send the security log and filemon.log to me. I will be
glad to help on reviewing them. My email is: wjzhang.DeleteThis@online.microsoft.com
(please remove online.)
Have a nice day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at:
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.