Hi all,
I am now migrating Server2000/IIS5 to Server2008R2/IIS7.0, the hit counter function is implemented by Frontpage Server Extension.
The fpcount.exe is deployed on
C:\Program Files (x86)\Common Files\microsoft shared\Web Server Extensions\50\isapi\fpcount.exe
It is added the virtual directory pointed to this folder in IIS7.0,is set with IUSER read/write permission to the folder.
It is also added the fpcount to ISAPI and CGI Restriction as allowed.
As a result, the http://localhost/_vti_bin/fpcount prompt download dialog,
while http://localhost/_vti_bin/fpcount/?Page=test/test.html return 404 page error.
May i know how can i execute the fpcount/CGI correctly?
Thank you.
Andrew