Hi Guys
No joy with the physical or virtual.
Basically both domains are hosted on the same ASP/IIS savvy ISP, but I think
they are different Virtual Servers.
I tried the physical and vritual path, but all I get is:
Active Server Pages error 'ASP 0126'
Include file not found
/default.asp, line 2
The include file 'xxxxxxxx\user\htdocs\shell.asp' was not found.
A lot of people have suggest the XMLhttp route, but this screen scrap won't
grab teh ASP placed fields will it?
Rgds
Robbie
"Mark Reichard" <mspidc01@hotmail.com> wrote in message
news:79ee06b6.0402040707.289ac5bf@posting.google.c om...
Robbie,
Not sure if this is possible without trying it, but you can try
<!-- #include virtual="http://www.mydomain.co.uk/shell.asp" -->
The other option is to set up a virtual directory in IIS that points
to the share you want to use.
HTH,
Mark
http://www.synapsecm.com - Simple, Multilingual Content Management
http://www.idataconsultingservices.com - Multilingual Web Development
"Astra" <info@NoEmail.com> wrote in message news:<4020bb02$1_4@127.0.0.1>...[color=blue]
> Hi All
>
> Could you please confirm whether it is possible to include an include[/color]
file,[color=blue]
> which is on another site, but still on the same set of web servers.
>
> I want to upload a default paeg to a number of web sites for certain
> domains, but I would like the majority of the code for this page to be on[/color]
1[color=blue]
> central site so that if I need to do an update of this page I only need to
> update it on one site.
>
> The code I am using is as follows, but I keep getting a HTTP 500 error:
>
> default.asp page on each site contains
>
> <!-- #include file="http://www.mydomain.co.uk/shell.asp" -->
>
> shell.asp page on main site contains:
>
> <HTML>
> <BODY>
> hello
> </BODY>
> </HTML>
>
> Any ideas?
>
> Thanks
>
> Robbie[/color]