Configure IIS 6.0 to run cgi (.exe)

I already create a virtual directory (cgi-bin) with the permission: Scripts and executable files ... When I test: http: //localhost/cgi-bin/mapserv.exe , I have a 404 error, the page was not found

Should I add EXTENSION mapping to .exe files? What executable file?

Thanks!

+5
source share
2 answers

I decided that:

Go to the web service extensions in IIS Manager Select Add a new web service extension. On the required files tab, add C: \ YourMapserverInstalldir \ mapserv.exe Set it for it

Thank you anyway...

+7
source

, script script. .

CGI IIS 6.0

+1

All Articles