I am getting error below when running wc.dll on a 64 bit 2008 server.
HTTP Error 500.19 - Internal Server Error
Calling GetProcAddress on ISAPI filter "C:\inetpub\wwwroot\CWebPortal\Bin\wc.dll" failed
Most likely causes:
The worker process is unable to read the applicationhost.config or web.config file.
There is malformed XML in the applicationhost.config or web.config file.
The server cannot access the applicationhost.config or web.config file because of incorrect NTFS permissions.
I have an Application Pool set to 32.bit
Should wc.dll work on a 64 bit server configured like this?
Any help would be appreciated
Karl