Ask a Question related to ASP.NET Security, Design and Development.
-
Swati #1
accessing files in folder not under the web application
Hello All,
I have a web application. It can be used with Forms authentication or
Windows authentication. The application has to access files that are
placed in different folders which not under the web application on the
same server or on some shared folder on the network.
These folders have user specific rights. e.g.
User1 has rights for Folder1
User2 has rights for Folder2 ... and so on.
When I use Windows Authentication with impersonate=true, I have no
problem accessing the files. Also, the files are well protected.
When I use forms authentication, I have to give rights to the aspnet
user for these folders if I have to read these files. If that is the
case, any asp.net web application can access these files. This does
not seem to be the proper solution.
Can anyone suggest what I can do in this scenario?
-
Swati
Swati Guest
-
Accessing files/folders inside other application folders
How can I have an asc file from one application read text files in another applications directory? I have multiple applications creating text... -
Problem accessing shared folder on remote server
I have a CF file that uploads a file (through cffile) to another server. I setup the CF service to run under an account which also exists on the... -
Accessing Application Data folder
Hi! I am wondering if there is a way to learn the path of the user Application Data folder for the logged in user. Maybe there exists a variable... -
accessing a file in the user's My Documents folder from CD
I have a Flash Projector file funning on a CD. I need to call variables from a text file that the user will have in their My Documents folder. Is... -
Application folder not seeing namespace of the main application
hi I have a website (localhost namespace : "whatever") that has a secure application folder ( called secure with a namespace : "Secure") I...



Reply With Quote

