hi, I'm trying to develop something with ISAPI.
But so far , I'm not clearly understand on 2 point:
1.How to debug isapi project ? there seems not a effical way to deal with
it.
2.I decleared some variants in CTestExtension.How to know whether it's
golobal or local?
I've tried to declear a member variant like this:
private: CString m_Keywords;
I find that the value of it is what it is when the last visitor visits .
any one can give me some suggestion?
many thanks. :)