Hello, this is a general question. We have some christmas party photos on our mainserver (named mainserver). I support several sites on our webserver (webserver). I wonder if there is a way to access some folders on mainserver from webserver? They are both on the same network. I've done it before with
with an fso page on the another remote server. but I can't seem to put the same theory in place with this situation. Any thoughts would be appreciated. Thanks.
Code:
Set objXmlHttp = Server.CreateObject("Msxml2.ServerXMLHTTP")
objXmlHttp.open "GET", "[URL unfurl="true"]http://www.servername.com/somepage.asp",[/URL] False
with an fso page on the another remote server. but I can't seem to put the same theory in place with this situation. Any thoughts would be appreciated. Thanks.