Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Server Side Includes

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
I've been developing ASP pages, and the navigation menu is a SSI (server side include). I've noticed that sometimes, when I am developing a page, sometimes a file that i've included will display itself in its entirety, whereas other times, i'll just get the little comment icon that shows the place of the include. Anyone experience similar problems, or know how to control whether or not you can see the include?
 
I have experienced the same phenomenon, and can't explain it. I am assuming it must have something to do with the code being included, as it has only happened to me when I included a cgi script written in perl. Your best bet is to not use DW's "include" command, but place the code in maually using the HTML editor, and on your local site, have the code in a differently named directory than what the SSI points to, unless your local computer is also used for testing and development.

hope this helps When in doubt, deny all terms and defnitions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top