I am trying to setup a WMS server using map server. As per the documentation http://mapserver.org/ogc/wms_server.html, I have added the metadata required for WMS and trying to hit the following URL:
But eventually what I get is just the mapserv.exe which gets downloaded everytime.Could someone tell me where I could be wrong.
Thank you.
Below is the metadata for WMS
"wms_title" "WMS Demo Server" "wms_onlineresource" "http://localhost:8080/cgi-bin/mapserv.exe? MAP=C:/ms4w/Apache/htdocs/.../.../xyz.map" "wms_srs" "EPSG:4269 EPSG:4326" "wms_feature_info_mime_type" "text/html" "wms_enable_request" "*"
And below is the request :