Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. HTTPHandler to create & write files

HTTPHandler to create & write files

Scheduled Pinned Locked Moved .NET (Core and Framework)
asp-netwcfsysadminquestion
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    shefali_sinha
    wrote on last edited by
    #1

    Hi, I have several web apps on my server. One of them is based on the HTTPHandler class. This needs to create and write a file in dir 'c:\inetpub\wwwroot\httphandlers'. Its being run under the ASPNET account, which does not have write privileges for this dir. I could change the ASPNET account to be of type 'administrator', but that does not seem like a safe thing to do. Another would be to write this file to dir \temp, a dir that is used to support web services. Is it safe to do so? If not, is this a case where I should use 'Impersonation'? This file needs to persist through the lifetime of the application, and the solution needs to work for Windows XP, and Windows 2003 server. Thanks. -Shefali

    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups