Forum Moderators: open

Message Too Old, No Replies

Server side includes from another domain

         

advancode

11:47 pm on Feb 7, 2006 (gmt 0)

10+ Year Member



Is it possible to have SSI files from other domains on IIS with ASP / ASPX?

Both

<!-- #include file = "file" -->

and

<script language="JavaScript" runat="server" src="file"></script>

works only with local files (I'd need [__.com...]
Any solution, if there is any?

TIA

mrMister

11:14 pm on Feb 9, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Server Side Includes can be done from across a domain as long as they are both on the same machine or LAN.

Cross Site Javascript can be done from any public web server to any other public web serevr.

You can include files that have no server side processing using HTTPXML

You can include files that have server side processing using SOAP.