Securing XML files
I want to have a folder with XML files that I don't want to be publically
accessible but I want my application to be able to read. My initial thoughts
are to stick the files outside the web tree but IIS 6 doesn't allow allow
parent path with server mappath. I don't want to enable it but I don't want
semi-hardcoded paths either. Does anyone have any suggestions?
.
Relevant Pages
- Re: Protecting directories and files.
... Let the application access only C:\MyApp folder and subfolders ... Protect the content of the files from other users ... Problem 2 can be solved using Windows security by giving access to the files ... the XML files my application reads and writes are in clear text; ... (microsoft.public.dotnet.security) - Re: Default file locations/behaviour
... needs to script writing the XML files to local storage. ... Per the above FMP defaults ... usually default to the users desktop or documents folder. ... (comp.databases.filemaker) - Re: Automate a task for an FTP Site
... I have a folder on my computer with X amount of XML files ... I need to create one folder on the FTP site for each one of the XML ... the CLI I use provides transparent FTP support ... (microsoft.public.scripting.vbscript) - Re: Does SP2 need them?
... Delete them to the Recycle Bin for a few days. ... .XML files 'can' be hard to ... > Please don't confuse this folder with the one where Temporary Internet ... (microsoft.public.windowsxp.general) - Re: multiple xml imports from local path
... Using Dirin a loop like that is a long-established standard way of ... You should see the name of one of the XML files in the folder. ... >> Dim strfile As String ... (microsoft.public.access.externaldata) |
|