tags:

views:

1659

answers:

3

Hi guys... I already create a virtual directory (cgi-bin) with permission : Scripts and Executable... When I test : http://localhost/cgi-bin/mapserv.exe, I got 404 error, The page cannot be found

Am I supposed to Add a EXTENSION mapping to .exe files ? Which executable ?

Thanks!

+1  A: 

Yes, you will have to create an application mapping between the file name extension of your script and the script interpreter. Check out this link.

Installing CGI Applications in IIS 6.0

Phaedrus
Thanks... What is the script interpreter to CGI?
Paul
+1  A: 

I solved that:

Go to Web Service Extensions in the IIS service manager Select Add a new web service extension. On the required files tab, add C:\YourMapserverInstalldir\mapserv.exe Set it to allow

Thanks anyway...

Paul
A: 

Thanks, Paul! I had a similar problem setting up MapServer.

If you're into GIS, you might want to help commit to the GIS site on Area 51 -- follow the Area 51 link at the bottom of this page.

jswise