ISAPI Filter Error (

ISAPI Filter Error (

MFC: For ISAPI Filter geting error from Web service i.e ("Error:- InternetOpenUrl()")

I have writen MFC application for ISAPI filter which will authenticate and authorization the request. Its working fine but when we are doing load testing we are getting error from web service.Error is "Error:- InternetOpenUrl().". This error is coming for only few request.Please find sample code from where this is generating "mhRequest = InternetOpenUrl(mhSession, formaction.cstr(), NULL, 0, INTERNETFLAGRELOAD,
0); if(m_hRequest == NULL) { throw WebFormException("Error:- InternetOpenUrl()"); return; }" can you please provide any solution for this.

View Answers









Related Tutorials/Questions & Answers:

Ads