Click to See Complete Forum and Search --> : Include http File


Jay
05-09-2002, 04:19 PM
How I can include a file on the different server in ASP page
I tried all the possible ways with #include virtual & #include file options

<!--#include virtual="http://SERVER/FTPVir/Test.asp"-->
<!--#include File="http://SERVER/FTPVir/Test.asp"-->

Harish Kumar
05-10-2002, 10:59 AM
What box are you using? If you're using IIS 5.0 then, you can try using either
"Server.Transfer" or "Server.Execute".

HTH,
Harish

"Jay" <jaidpr@hotmail.com> wrote:
>
>How I can include a file on the different server in ASP page
>I tried all the possible ways with #include virtual & #include file options
>
><!--#include virtual="http://SERVER/FTPVir/Test.asp"-->
><!--#include File="http://SERVER/FTPVir/Test.asp"-->
>