Securing and Accessing XML Files

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

  1. #1

    Default Securing and Accessing XML Files

    I’m not very experienced with security on a web server, so what I’m asking
    might be really stupid.

    I have an application that is creating XML files in the C:\temp folder on
    our DMZ. I want to create an aspx page that will pull a user’s XML file from
    the C:\temp folder and populate a Crystal Report. The data in the XML file
    is somewhat sensitive, so I don’t want the whole world to see it. The aspx
    page will verify that the user is who they say they are by connecting to the
    SQL Sever and verifying their user name and password in my user table. A
    routine will run periodically everyday and delete any XML files that are over
    1 day old.

    1. Will I be able to pull information from the C:\temp folder from my web
    form, if it is located in another directory?

    2. Is there a big security risk involved with storing the data as an XML
    file in the C:\temp folder?

    Thanks!
    crjunk

    crjunk Guest

  2. Similar Questions and Discussions

    1. Urgent: Online files accessing local files Issue
      Hi.. We are working on a online project where we have some 600 MB videos. The complete project is made using flash & HTML.
    2. Accessing files on a different machine
      I have two machines that are members of the same workgroup (there is NO domain server). On one machine I have some images that I want to access...
    3. Securing files for download.
      Hi, I am trying to work out how I can secure files available for download on a website. I have forms authentication set and can deny access to...
    4. accessing files over intranet
      Hi! How can I access files over intranet. I have mapped a server to the drive letter G and try to access a file from ASP.NET, but...
    5. Accessing Outlook files
      I have a new operating system, XP, a new hard drive, shown as C drive, a new motherboard, new memory, etc. Essentially a new computer. I kept the...
  3. #2

    Default Re: Securing and Accessing XML Files

    In ur case i don't know if the preferred solution is to implement NTFS
    permission in the folder where the XML reside or on the file itself...
    Pulling the XML from another Directory would work or even from a
    URL..(Try posting the same question to XML forum)
    Patrick.
    ** If anymore Questions post it**






    *** 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