Hi
I have files on 2 diffrent servers.
Server A is my webserver.
Server B is a server I cannot login to and only use there HTM/ASP pages with the HTTP protocol.
The problem I have is that i want to include a file from server B in a page that is on server A.
(i know that the syntax is wrong, just a bit simpifies)
can I do this with a simple include or a server.execute. Or is this impossible without creating a viritul catalog from server B??
I have files on 2 diffrent servers.
Server A is my webserver.
Server B is a server I cannot login to and only use there HTM/ASP pages with the HTTP protocol.
The problem I have is that i want to include a file from server B in a page that is on server A.
Code:
-------------------------------------------------
| <#include file on A> |
-------------------------------------------------
| | |
| | |
|<#include file on A> |<#include file from B> |
| | |
| | |
-------------------------------------------------
can I do this with a simple include or a server.execute. Or is this impossible without creating a viritul catalog from server B??