Where is Temporary Files for ASP.NET?

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

  1. #1

    Default Where is Temporary Files for ASP.NET?



    I want to detect through code where the ASP.NET temporary files location
    is, or where the System TEMP directory is, so I can write temporary
    datasets to that location. Normally the user is ASPNET, so it doesn't
    have permission to use System.Management to detect the System Temp
    Environment Var.

    TIA.

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    poi Guest

  2. Similar Questions and Discussions

    1. Temporary Internet Files
      Hi, Does any have an idea where Contribute 3 places it's temporary internet files?
    2. Temporary Flat Files
      I have an ASP 3 application that I am converting to and improving with ASP.NET. This application creates two temporary flat files and appends them...
    3. the temporary flash files
      I don't know why but I can't veiw my temporary flash files. One time I was able to bring it up, I have tried to repeat the same process many times...
    4. Help! - ASP.NET cannot 'Temporary ASP NET Files'
      Guys, Sorry if this has been covered and for the cross post(ish). I have tried suggestion I have come across (i.e. Adding myself to the...
    5. Temporary files
      I was working on a 100+ MB file when comp restarted, have no idea why, lost almost 2 hours work, in temporary files folder there's a 1GB file which i...
  3. #2

    Default Re: Where is Temporary Files for ASP.NET?

    Not sure what you are trying to do. However, here is where ASP.NET writes
    temporary files
    C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Tempora ry ASP.NET Files

    "poi" <ddvsv12@rucs.nul> wrote in message
    news:uOn8MDCYDHA.2308@TK2MSFTNGP12.phx.gbl...
    >
    >
    > I want to detect through code where the ASP.NET temporary files location
    > is, or where the System TEMP directory is, so I can write temporary
    > datasets to that location. Normally the user is ASPNET, so it doesn't
    > have permission to use System.Management to detect the System Temp
    > Environment Var.
    >
    > TIA.
    >
    > *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    > Don't just participate in USENET...get rewarded for it!

    ShikariShambu 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