1

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

Community
  • 1
  • 1
Vixed
  • 3,429
  • 5
  • 37
  • 68

1 Answers1

1

The problem is caused by AVG Free update.

Vixed
  • 3,429
  • 5
  • 37
  • 68
  • Ouch wouldn't use AVG if you paid me, way too many false positives. Prefer [Panda](http://www.pandasecurity.com/) at present. – user692942 Mar 14 '16 at 09:43