How can i enable my ISAPI DLL as CGI ?? By default it is off...and doesn't work Please help --Satish
S shetty Guppy Oct 24, 2003 #1 How can i enable my ISAPI DLL as CGI ?? By default it is off...and doesn't work Please help --Satish
S shetty Guppy Oct 25, 2003 #2 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
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
Y Yash Bass Oct 25, 2003 #3 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
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
S shetty Guppy Oct 25, 2003 #4 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
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
Y Yash Bass Oct 25, 2003 #5 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
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