Please excuse me, but I'm getting totally lost.
I've inserted a search box in the master.master file, so that it appears on all pages in an experimental web http://www.cypenv.info/cyprusee2 (this is a copy of a valid URL, so it doesn't matter if I make a complete hash of it). It addresses http://www.cypenv.info/cyprusee2/search/search.aspx, using a small script downloaded from the Wrensoft website.
I created the files, using the CGI option, on my local computer and uploaded them to an ad hoc directory http://www.cypenv.info/cyprusee2/search/
I created a search.aspx page which contains nothing but the C script downloaded from the Wrensoft website and placed it in the .../search/directory.
When I enter a search word, the screen displays the code of the search.aspx file. Thinking that it may be a path problem, I tried changing the psi.FileName = Server.MapPath("search.cgi") to include the full path, but it reverts to the line shown, despite a change of permissions to 777.
I have a number of other questions, but let's get the basics working first!
What have I done wrong? Thanks for your advice.
I've inserted a search box in the master.master file, so that it appears on all pages in an experimental web http://www.cypenv.info/cyprusee2 (this is a copy of a valid URL, so it doesn't matter if I make a complete hash of it). It addresses http://www.cypenv.info/cyprusee2/search/search.aspx, using a small script downloaded from the Wrensoft website.
I created the files, using the CGI option, on my local computer and uploaded them to an ad hoc directory http://www.cypenv.info/cyprusee2/search/
I created a search.aspx page which contains nothing but the C script downloaded from the Wrensoft website and placed it in the .../search/directory.
When I enter a search word, the screen displays the code of the search.aspx file. Thinking that it may be a path problem, I tried changing the psi.FileName = Server.MapPath("search.cgi") to include the full path, but it reverts to the line shown, despite a change of permissions to 777.
I have a number of other questions, but let's get the basics working first!
What have I done wrong? Thanks for your advice.
Comment