So looks like when i comment out and change the pool identity to localsystem the asp code starts working. The aspx code then fails. Any one see a way to have my cake and eat it too? What is this authentication mode and how can i use it so both asp and aspx
pages are happy :)
it is not recommended to run as localsystem unless it is necessary, you should use back the default app pool id, and then use procmon to trace the asp related error, I mean it should be permission related and procmon should be able to trace it.
In my case, it was McAfee, or at least what remained of it after an incomplete uninstall process. This link did help: http://blogs.msdn.com/b/webtopics/archive/2010/02/26/asp-500-error-and-error-code-0x800700aa-when-browsing-a-simple-asp-page.aspx
qbernard
5016 Posts
MVP
Moderator
Re: HTTP 500 error 0x800700aa loading .asp pages
Jan 06, 2011 05:09 AM|LINK
I mean - the app pool account is local system, services or ?
Bernard Cheah
atlbiker
11 Posts
Re: HTTP 500 error 0x800700aa loading .asp pages
Jan 06, 2011 01:29 PM|LINK
atlbiker
11 Posts
Re: HTTP 500 error 0x800700aa loading .asp pages
Jan 06, 2011 02:58 PM|LINK
atlbiker
11 Posts
Re: HTTP 500 error 0x800700aa loading .asp pages
Jan 07, 2011 07:31 PM|LINK
atlbiker
11 Posts
Re: HTTP 500 error 0x800700aa loading .asp pages
Jan 07, 2011 07:32 PM|LINK
qbernard
5016 Posts
MVP
Moderator
Re: HTTP 500 error 0x800700aa loading .asp pages
Jan 10, 2011 01:27 AM|LINK
Somehow, somewhere, the access permissions were messed up. Forget how you can reset all to the default setup, but here's some info on the account/security changes. http://learn.iis.net/page.aspx/140/understanding-built-in-user-and-group-accounts-in-iis-7/
it is not recommended to run as localsystem unless it is necessary, you should use back the default app pool id, and then use procmon to trace the asp related error, I mean it should be permission related and procmon should be able to trace it.
Bernard Cheah
innsomnia
2 Posts
Re: HTTP 500 error 0x800700aa loading .asp pages
Apr 03, 2012 05:43 AM|LINK
This solution is not working for me... IIS7 on Server 2008 Datacenter
Enabling Faild Request tracing rules, appear:
IsapiModule 0x800700aa 500.0
qbernard
5016 Posts
MVP
Moderator
Re: HTTP 500 error 0x800700aa loading .asp pages
Apr 04, 2012 02:57 AM|LINK
Bernard Cheah
innsomnia
2 Posts
Re: HTTP 500 error 0x800700aa loading .asp pages
Apr 04, 2012 08:08 AM|LINK
Plesk, but same problem with ASPclassic
We fix with this:
http://blogs.msdn.com/b/webtopics/archive/2010/02/26/asp-500-error-and-error-code-0x800700aa-when-browsing-a-simple-asp-page.aspx
ulu
3 Posts
Re: HTTP 500 error 0x800700aa loading .asp pages
Jan 18, 2013 04:20 PM|LINK
In my case, it was McAfee, or at least what remained of it after an incomplete uninstall process. This link did help: http://blogs.msdn.com/b/webtopics/archive/2010/02/26/asp-500-error-and-error-code-0x800700aa-when-browsing-a-simple-asp-page.aspx