Ask a Question related to ASP.NET Security, Design and Development.
-
Rajesh #1
Access remote folder files in the network
In my ASP.NET application, all the images files are stored on a machine other
than my web-server. In a webform i am accessing the image files stored in
that folder in the remote machine. Folder path is configurable in the
web.config file. The webserver and the folder machine in the same network.
I am not able to access that foler. What is the shortest way to do this. So
that i should able to access the images files from the remote machine.
Rajesh Guest
-
#40197 [NEW]: Cannot access remote files
From: ddrewery at gmail dot com Operating system: Fedora Core 6 PHP version: 5.2.0 PHP Bug Type: HTTP related Bug... -
Network Files Need to Access Local Files
Hi all, I have a web application that will be accessing files from both the network (our servers) and the local computer. It worked great on FP 8... -
Access folder from the network
I am keeping all the images out of the webserver. This is in some other system in the network. Can anybody please give me workaround in asp.net,... -
Can't get ASP.Net to access remote folder share
I have a WebService executing on one server in a workgroup which needs to reach out to a folder share on another server for read/write access. ... -
Network access to files
I just put an XP computer on my home network and cannot share files in subfolders of the program files folder. I need to update files in... -
Raj #2
Access remote folder files in the network
In my ASP.NET application, all the images files are stored on a machine other
than my web-server. In a webform i am accessing the image files stored in
that folder in the remote machine. Folder path is configurable in the
web.config file. The webserver and the folder machine in the same network.
I am not able to access that foler. What is the shortest way to do this. So
that i should able to access the images files from the remote machine.
Raj Guest
-
Prodip Saha #3
Re: Access remote folder files in the network
Rajesh,
The easiest way to solve this problem is -Mirrored Account.
If you are using ASPNET (local on web server) account to run the ASP.NET
application, create another ASPNET(local on file server) account on the
file/remote server with strong password. You must change the password to run
the ASP.NET on web server in the machine.config (<ProcessModel> element) to
macth the paswords.
You can get additional details at -
[url]http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecNetHT01.asp[/url]
This was a perfect solution for me since my file server and the web server
are located on two different domains. Hope this helps.
Prodip K. Saha
Programmer Analyst
EMC Mortgage Corporation
"Rajesh" <Rajesh@discussions.microsoft.com> wrote in message
news:2BEC2175-B553-4B7B-AE64-63AF4E2CD329@microsoft.com...other> In my ASP.NET application, all the images files are stored on a machineSo> than my web-server. In a webform i am accessing the image files stored in
> that folder in the remote machine. Folder path is configurable in the
> web.config file. The webserver and the folder machine in the same network.
> I am not able to access that foler. What is the shortest way to do this.> that i should able to access the images files from the remote machine.
Prodip Saha Guest
-
Patrick Olurotimi Ige #4
Re: Access remote folder files in the network
Rajesh when u say ur not able to access the FOLDER what do you mean..!
Is it giving an error..or ur denied access..
Patrick
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Patrick Olurotimi Ige Guest



Reply With Quote

