Ask a Question related to ASP.NET Security, Design and Development.
-
crjunk #1
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
-
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. -
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... -
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... -
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... -
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... -
Patrick Olurotimi Ige #2
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



Reply With Quote

