Click to See Complete Forum and Search --> : Include Help


safranko
02-25-2006, 05:56 PM
I have a website on my server at home in which I would like to include the contents of a page on the server space I purchased. I'm wondering if anyone can give me a good solution for this...
I've tried <!--#include virtual="http://www.myserver.com/page.asp"--> but found out that doesn't work.
Please Help!

JPnyc
02-25-2006, 06:29 PM
This (http://httpd.apache.org/docs/1.3/howto/ssi.html) page tells you how to configure your server for SSI, and also you must set permissions to allow the cross-domain reference.

safranko
02-26-2006, 01:50 PM
Thanx for the quick reply. Any idea how to do that in IIS?

Kravvitz
02-26-2006, 05:31 PM
Google is your friend. (http://www.google.com/search?q=SSI+on+IIS)

ray326
02-26-2006, 11:35 PM
You're using ASP, use the ASP include functionality.