View
the page in a browser
Open up one of the .asp pages in the FP Editor by double clicking on the ASP filename. From within the FP Editor, choose Preview in Browser from
the Toolbar - NOT the Preview tab at the bottom of the FP Editor window.
The default browser on your machine will start and run an http request to the server for
the page. In the address slot of the browser you will see the address of the page eg.
http://desktop/getinfo.asp.
You cannot run an .asp page by
clicking File | Open in your browser. ASP pages must be processed by the server so
you must type http://servername/pagename.asp to run the page. |