ASP Classic execute and error C0000005

北城以北 提交于 2019-12-04 05:10:36

问题


UPDATE: If I disable AVG Free, Execute works fine

This question is related to Classic ASP : C0000005 Error on execution

My test.asp file contains just:

<%
execute("response.write 2+2")
%>

but yesterday after a windows update KB3140768, all my file that contains an Execute() command returns:

Active Server Pages error 'ASP 0115'

Unexpected error

/test.asp

A trappable error (C0000005) occurred in an external object. The script cannot continue running.

IIS 10.0.1.10586.0 - WIN10 X64


回答1:


The problem is caused by AVG Free update.



来源:https://stackoverflow.com/questions/35972186/asp-classic-execute-and-error-c0000005

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!