ASP Classic execute and error C0000005

2020-04-19 06:39发布

问题:

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.