Diep-Vriezer
October 27th, 2004, 10:38 AM
Hi, I have a very simple ATL Server application (it's actually the Project Wizard default project), which needs to be deployed to an IIS 6 server. So I followed the steps described at various MSDN pages, but still it refuses to work.
I have these files:
Manager.srf
Binaries\Manager.dll
Binaries\ManagerIsapi.dll
The Manager.srf handle is {{handler Binaries\Manager.dll/Default}}. I gave the Binaries directory Script & Executables permissions, and the Root directory Script Only. The script mapping is set in the Root folder with the executable set to the ManagerIsapi.dll filter. I also registered Manager.dll with regsvr32.
According to MSDN, it should work now. It doesn't. IIS gives a 404 Page not Found error. This is very weird, because when you let IIS list all the files in the directory, the Manager.srf does show up.
So, what has gone wrong?
I have these files:
Manager.srf
Binaries\Manager.dll
Binaries\ManagerIsapi.dll
The Manager.srf handle is {{handler Binaries\Manager.dll/Default}}. I gave the Binaries directory Script & Executables permissions, and the Root directory Script Only. The script mapping is set in the Root folder with the executable set to the ManagerIsapi.dll filter. I also registered Manager.dll with regsvr32.
According to MSDN, it should work now. It doesn't. IIS gives a 404 Page not Found error. This is very weird, because when you let IIS list all the files in the directory, the Manager.srf does show up.
So, what has gone wrong?