Windows 2003 IIS ISAPI Problems
-
Hello all, I've been trying to set up my own webserver with Windows 2003 and IIS 6.0, but I want to use ISAPI with the server. Now, I've created a new website with default settings (in the wizard, I selected all the permissions like read, run, execute, write, browse, which I'll change later), and started the website. I used Visual C++ 6.0 (with the latest service pack) and created a blank ISAPI Extension project and built it and it said everything was fine. I put the new DLL into the server and restarted the server, but every time I try to pull up the DLL on my browser, I get a HTTP 500 Internal Server Error, and it doesn't even show the default text that is present in the ISAPI DLL. Does anybody know, step by step, how to set up and run ISAPI plugins? I need to know from the point you create a site to accessing the plugin. I tried following some of the articles here on CP, but they haven't worked. Any suggestions?