Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ASP .NET across the Network

Status
Not open for further replies.

bueller

Programmer
Aug 27, 2002
76
US
Hi all,

I have a quick question. Can and ASP.NET page access a file that is on a another computer? It only needs to be able to read the file. We are currently running a standard domain.
Thanks,
Bueller
 
On the server it can... IE if you are using file reading of some sort in the server side script.
 
What if i want to directly attach to a file with a server side script that is grabbing and xml file like the code below.

<form runat=&quot;server&quot;>
<asp:Xml DocumentSource=&quot;newdata/B1.xml&quot; TransformSource=&quot;BanditSlim.xsl&quot; runat=&quot;server&quot; />
</form>

newdata is a mapped folder from another server to this website in ISM. Who is it trying to connect to the file as?
I am asking because it keeps erroring out saying it cant start monitoring changes to the folder
thanks in advance,
Bueller
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top