I am trying to execute classic ASP pages in a 64 bit field of Windows 2008.
The initial problem was registering the DLL: this has now been fixed. Register DLL file in Windows Server 2008 R2
Now when I try to access the page, I get this error
Error in active server pages "ASP 0241"
CreateObject exception
index.asp
The CreateObject from '(null)' raised exception C0000005.
Server object error 'ASP 0177: c0000005'
When I change the code from Server.CreateObject to CreateObject .. I get this error
Error in active server pages "ASP 0115" Unexpected index.asp error
An external error error (C0000005) has occurred in an external object. the script cannot continue.
I checked everything I could - access rights and rights, etc. The application pool is set to No Managed Code + Classic mode.
Any ideas to fix this?
windows windows-server-2008-r2 asp-classic
Broken link
source share