Hi, I would like to run and develop the ISAPI extension in IIS Express 7.5 on a Windows 7 x64 computer. Suppose I have an ISAPI extension in C: \ dev \ mywebapp.dll. DLL is a 32-bit embedded DLL written in Delphi. Then I can configure IIS to respond to requests like http: //localhost/foo/mywebapp.dll? Id = 100 . Does anyone know if I can use IIS Express 7.5 instead of full-size IIS for the same purpose?
I tried using IIS Express 7.5, but when I go to http: // localhost: 8080 / mywebapp.dll , my browser asks me to save the dll. I would like IIS Express to run it as an ISAPI extension, as well as full IIS. Anyone ideas?
TIA
Johan
source
share