Access remote folder files in the network

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. #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...
    2. 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...
    3. 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,...
    4. 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. ...
    5. 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...
  3. #2

    Default 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

  4. #3

    Default 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...
    > 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.

    Prodip Saha Guest

  5. #4

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139