Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > remote file access in .net app

Reply
Thread Tools

remote file access in .net app

 
 
Amie
Guest
Posts: n/a
 
      03-02-2006
Hi,

My .NET application has a script that checks whether an image file on a
remote server exists using File.Exists.

>From my localhost (Server A), I can access the image file via network

path (\\servername\foldername\image.jpg) or virtual directory
(../foldername/image.jpg) within the application.

When I moved the app to a test server (Server B), it still worked fine.


However, when the same codebase is run on a pilot server (Server C), it
somehow returns false when File.Exists() is executed. Same target, same
code.

Server A, B, and C are all Windows 2003 and the remote server is
Windows 2000. The target directory has Everyone to have full
permission.

What factors can affect file access on a remote server? I tried playing
with IIS, file system, etc but couldn't figure out.

Let me know if any of you has any suggestion.

Thanks in advance!

 
Reply With Quote
 
 
 
 
Amie
Guest
Posts: n/a
 
      03-02-2006
I just realized this is a classic ASP group, but I guess my issue
involves more of network/server level. I'll post it in asp.net group,
but if anyone has any feedback, I appreciate it.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Remote access VPNs from remote location to ASA ikkemij@xs4all.nl Cisco 2 07-01-2006 07:18 AM
Microsoft Windows Routing and Remote Access Remote Code Execution Vulnerability imhotep Computer Security 0 06-23-2006 03:47 AM
Microsoft Windows Routing and Remote Access Remote Code Execution Vulnerability imhotep Computer Security 0 06-21-2006 02:03 AM
remote file access in .net app Amie ASP .Net 3 03-08-2006 09:55 PM
Remote Assistance fails to connect, remote remote host name could not be resolved Peter Sale Wireless Networking 1 12-11-2004 09:09 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57