Saving a file over a network

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

  1. #1

    Default Saving a file over a network

    In a aspx page i want to save a file on other system. I have no idea how to
    do it.
    I tried to map drive but access was denied.

    Can i provide security details when i open a file???

    Or can i allow a user on my machine to be allowed on another machine??



    Von Shean Guest

  2. Similar Questions and Discussions

    1. ID 2.0.x + Win2kSP4 + Place file from network into document opened from network = CRASH
      We recently purchased new Dell computers for our design staff and I had the new computers come preloaded with Windows 2000 Professional. Loaded...
    2. Saving across a network
      While searching Adobe's Knowledgebase, I ran across multiple references to document # 322379 "InDesign, Networks, and Removable Media" I can't...
    3. Saving PDF on Network drive
      OK, here's something that we have run into that I hope someone has already addressed. We are setting up an electronic document routing and approval...
    4. Opening and Saving AI 10 files to network share.
      I had a similar problem and called adobe tech support. Their response was that, unfortunately, adobe Illustrator and Photoshop were not designed to...
    5. Saving to Network Home Directories BROKEN
      Using Mac OS X 10.2.6 Client/Server and Fireworks MX. Cannot save to network home directories. Having no trouble saving to local hard drive. Gives...
  3. #2

    Default Re: Saving a file over a network

    In IIS 5 the aspx pages are executed in the ASPNET user acccount's context
    and in IIS 6 its the Network Service user. Make sure these users have
    permission to the destination directory.

    HTH,

    Sanjay

    "Von Shean" <vonshean@hotmail.com> wrote in message
    news:ercyRaRUDHA.2228@tk2msftngp13.phx.gbl...
    > In a aspx page i want to save a file on other system. I have no idea how
    to
    > do it.
    > I tried to map drive but access was denied.
    >
    > Can i provide security details when i open a file???
    >
    > Or can i allow a user on my machine to be allowed on another machine??
    >
    >
    >

    Sanjay Poojari 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