Sorry about the double post. I new how to create cgi/isapi like in vc++ 5 and 6. I have no idea how to do on vc++ .net
http://blogs.msdn.com/david.wang/archive/2005/12/19/HOWTO_Compile_and_Use_my_ISAPI_Code_Samples.aspx The blog gives step-by-step instructions on how to configure VC++6 or VC++.Net to compile an ISAPI DLL (assuming you have ISAPI source code). For CGI on VC++.Net, you just need to skip two of the steps which I outlined in the blog entry (just read my description of what each step is for and it should be obvious). -- //David IIS http://blogs.msdn.com/David.Wang This posting is provided "AS IS" with no warranties, and confers no rights. // "t-rek" wrote in message news:h7Dzf.3901$cj3.2289@news-wrt-01.rdc-nyc.rr.com... > Sorry about the double post. I new how to create cgi/isapi like in vc++ 5 > and 6. I have no idea how to do on vc++ .net >