Re: How to authorize download?
From: Ben Lucas (ben_at_nospam.solien.nospam.com)
Date: 12/27/04
- Next message: Joey Lee: "Accessing Outlook Interop"
- Previous message: Loane Sharp: "Re: encrypt .aspx file content"
- In reply to: lenyado: "How to authorize download?"
- Next in thread: Daniel Fisher\(lennybacon\): "How to authorize download?"
- Reply: Daniel Fisher\(lennybacon\): "How to authorize download?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 27 Dec 2004 07:26:01 -0800
You could write an HttpHandler or an HttpModule to handle the security.
Basically your HttpHandler or HttpModule would need to perform the security
check and give an Access Denied message if the user does not have access, or
if the user does have access, set the content type and write the file to the
Response stream.
Also, note that you will have to set up IIS so that the ASP.Net application
handles .doc, .ppt, and whatever other files you want to provide security
for.
-- Ben Lucas Lead Developer Solien Technology, Inc. www.solien.com "lenyado" <lenyado@discussions.microsoft.com> wrote in message news:04C224EB-729A-41DC-819F-598FCC47C5B0@microsoft.com... >I am planning a website which reqires this feature: it allows registered > users to upload and/or download files (like *.doc, *.ppt etc.) but not > everyone can download every files. some files are restricted to certain > users > only. that means only certain users can download certain files. but if the > URL of a certain file that needed to be protected is exposed, the > authorization will be in vain. any solutions?
- Next message: Joey Lee: "Accessing Outlook Interop"
- Previous message: Loane Sharp: "Re: encrypt .aspx file content"
- In reply to: lenyado: "How to authorize download?"
- Next in thread: Daniel Fisher\(lennybacon\): "How to authorize download?"
- Reply: Daniel Fisher\(lennybacon\): "How to authorize download?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|