Ask a Question related to ASP.NET Security, Design and Development.
-
Ben Chen #1
Files security in asp.net
I only want the authorized user to access the files (e.g. excel and pdf
files) in one directory with the
Form authentication. How can I do?
Ben Chen Guest
-
SWF files and security?
Could someone know a good decision for secured swf file, doesn't matter generated on the fly from Flex App Server or other environment? What I... -
Sandbox security cffile upload tmp files
We have recently upgraded our ColdFFusion installation and implemented sandbox security. However, when attempting to use CFFILE to upload files... -
Flash 8 Security and viewing local files
Big problem. We currently develop in Flash 7, but are viewing the applications on Flash 8 player. ( We are trying to appropriate Flash 8 and use... -
Removing/Replacing CFIDE files for security
I tried removing the CFIDE directory and all its contents from the inetpub/wwwroot directory so that nobody can access it. The idea is to put... -
Apply windows security to all files in web app
Hi, I have set up windows authentication in the web.config file and authentication to allow only identified windows users. I have placed a... -
Paul Clement #2
Re: Files security in asp.net
On Thu, 14 Oct 2004 11:03:38 +0800, "Ben Chen" <ben.chen@kuehne-nagel.com> wrote:
¤ I only want the authorized user to access the files (e.g. excel and pdf
¤ files) in one directory with the
¤ Form authentication. How can I do?
¤
You can use role-based security:
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;306238[/url]
Paul ~~~ [email]pclement@ameritech.net[/email]
Microsoft MVP (Visual Basic)
Paul Clement Guest



Reply With Quote

