Ask a Question related to ASP.NET Security, Design and Development.
-
RichardF #1
Accessing files on a different machine
I have two machines that are members of the same workgroup (there is
NO domain server).
On one machine I have some images that I want to access from a
webservice that is running on the other machine.
From Windows Explorer I can view the images, delete them, rename them
etc.
But my Web Service always gets a FileNotFound exception when trying to
open an image.
What permissions do I need to set up on the machine with the images to
allow my web service to access the image files.
Thanks
RichardF
RichardF Guest
-
Urgent: Online files accessing local files Issue
Hi.. We are working on a online project where we have some 600 MB videos. The complete project is made using flash & HTML. -
Save flash media files in other machine
Hi, I have a doubt and hope someone can help me. My client ask about the possibility of save the flash media files produced by webcams in... -
HELP - Can't process .cfm files on local machine
I am running CFMX 6.0 on Windows 2000 Server, SP4. I installed CF in c:\cfusionmx directory. I have a Outpost firewall enabled. I get this... -
Accessing Web application from another Machine
hi Guys, I hav deployed a .Net Web application in a XP OS server. I am not able to access the web application from a remote machine in the local... -
Getting files from a Win 2000 machine to a Windows XP machine
Hi. I've just bought a machine with Windows XP Pro on it and want tto transfer several thousand files from my Win2000 laptop. The laptop has a LAN... -
Paul Clement #2
Re: Accessing files on a different machine
On Thu, 17 Feb 2005 17:31:27 -0600, RichardF <noone@nowhere.com> wrote:
¤ I have two machines that are members of the same workgroup (there is
¤ NO domain server).
¤
¤ On one machine I have some images that I want to access from a
¤ webservice that is running on the other machine.
¤
¤ From Windows Explorer I can view the images, delete them, rename them
¤ etc.
¤
¤ But my Web Service always gets a FileNotFound exception when trying to
¤ open an image.
¤
¤ What permissions do I need to set up on the machine with the images to
¤ allow my web service to access the image files.
If you're using a remote path mapped to a drive letter I doubt that the Web Service can see it. I
would use a UNC path instead.
In addition, the identify under which the Web Service is operating, probably the local ASPNET
account, will need to be mirrored on the remote machine (with the same password) and have access to
the files in question so that delegation can occur. This scenario assumes you are using Anonymous
(no) or Basic authentication (w/o impersonation).
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest



Reply With Quote

