Execution and ASP Classic Error C0000005

UPDATE: If you disable AVG Free, Run works fine

This question is related to Classic ASP: C0000005 Runtime Error

My test.asp file contains only:

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

but yesterday after updating Windows KB3140768 , my entire file containing the Execute() command returns:

Error in active server pages "ASP 0115"

Unexpected error

/test.asp

An external error error (C0000005) has occurred in an external object. the script cannot continue.

IIS 10.0.1.10586.0 - WIN10 X64

+1
source share
1 answer

The problem is caused by updating AVG Free.

+1
source

Source: https://habr.com/ru/post/1244826/


All Articles