How can i enable my ISAPI DLL as CGI ??
By default it is off…and doesn’t work
Please help
–Satish
How can i enable my ISAPI DLL as CGI ??
By default it is off…and doesn’t work
Please help
–Satish
I am still getting error in my ISAPI application.
Checkout this URL:
http://www.indiancdstore.com/cgi/ConCurr.dll?Amount=18.99&From=USD&To=CAD
This APP runs fine on my dev box
You can’t run DLLs or EXEs in the cgi-bin folder. The error you are getting indicates that the DLL file did not return appropriate HTTP headers
i changed location.
URL
http://www.indiancdstore.com/ConCurr.dll?Amount=18.99&From=USD&To=CAD
this also returns same thing.
Looks like your software is parsing the output my ISAPI APP…is that right??
Why can;t your IIS Server just return the complete header that my APP returns??
–Satish
No, what I meant is that you can’t run DLL or EXE files anywhere from your account. This is not possible in virtual accounts
So you mean i can not run ISAPI application?
I’m sorry, you can’t run any type of applications