I have Windows 2003 Server with IIS 6.0. I want to write SSI cgi #execs in shtml pages. I have been able to make one work, but I had to specify my program as the executable for the .exe mappin...
Hi, I'm using asp.net and vb.net. I have just written my first web service and I've run into a few problems. The service itself receives a string (a personal ID number) and searches an SQL dat...
I have installed WAMP5 as a way of testing code before putting it live. I have just converted a website from Frontpage includes to using SSI and it now works (www.heallondon.org). I want to ge...
In file C:\Web\ssr\menutest2.shtml I have:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><title>Menu Test 2</title>
</head>
<body>
<table>
<!--#include ...
I am trying to make my site easier to maintain, and want to use include files. The idea here is have each segment of code in an include file, and select what page it is for navigation etc. wit...
I have a virtual host setup on my local WAMP server. It's a pretty vanilla installation other than the listen port is 8080. I access the vhost by local.mydomain.com:8080. The vhost is a copy o...
I want to copy text files from a folder where new files are placed daily. I am only interested in the latest file amongst the multiple files. This file must be copied to a folder on my machine...
Hi.
I have to import an ASCII flat file containing a bit more than 300,000 records into SQL server 2005. As the legacy DTS approach did not succeed (product not having the sufficient "level...
my dear exchange experts...
long story short....but i had to re-install Exchange 2003. i have everything setup correctly and i am using local SSL certificate. all is good. i also have po...
This does NOT work, the "breadcrumbs" line is missing:
</tr>
<!--#include virtual="includes/TopNavMenu.shtml" -->
<tr valign=top>
where:
<!-- TopNavMenu.shtml -->
<!-- breadcrumb...
Hello,
We recently transferred a website from one host to another, new IP address and all. Each page on the site relies on SSI, which was enabled and working correctly on the last apache serv...
Hello,
I was wondering about what are some of the do's and donts about using php includes. Im currently trying to use php includes to include a file and it doesnt show up when the page that...
I installed Sothink video encoder for Adobe flash today, trial version
When I ask it to encode a file on cmd line ... fvec finalbird.mpg g.flv
It seems to work
finalbird.mpg works in...
Hi. I want to use server side includes to include navigation and footer files in a web site. I am using the markup in the attached code snippet, but my includes are not showing up.
The serv...
I've been trying to find a means of updating a navigation menu across many pages without the use of CGI (for which I'm not set up), templates, or frames. The solution I came across is SSI.
...