The HTTP server was unable to load the ISAPI Application
'D:\Inetpub\wwwroot\cgi-bin\foo.dll'. The data is the error
You can look up the error code--the data is the error (code)--in
Winerror.h. This should help you track it down.
--
Vince Bonfanti
vi...@newatlanta.com
New Atlanta Communications, LLC
http://www.newatlanta.com/
That error code might indicate that your DLL "foo.dll"
is trying to pull other DLLs and can't find them or falis
to load them. If this is the case check path, security, registery ...
Peace,
Amir