Hi,I am having a problem with our development server. We tried developing some CGI and run it through Teamsite. We kept all the files under iw-bin folder. But, when I tried to run the CGI file with following URL in browser.//localhost/iw-bin/CGI_test.iplIt throws following error.The page cannot be foundThis works well in our staging server.I remember we had such a problem. And then we gave wrapper around it and that worked.//localhost/iw-bin/iw_cgi_wrapper.cgi/CGI_test.iplBut this time it gaveInternal Server ErrorI looked into following log /iw-webd/logs/error.log. But it also showed No such file or directory: script not found or unable to stat:The difference I know between staging and production is a patch installation.Both are 6.5 SP2 ,windows server 2003 with IE.Any idea why is this happening ?Appreciate your help.
Hi Ghoti,Thanks for the reply.I checked couple of html files and those and rendering fine.I tried the script with URI http://iw-bin/CGI_test.ipl. But no success, same result - page can not be displayed.The script has the required line at beginnig and it runs fine on another server.Anywhere else, I can check more on this.