Click here to Skip to main content
15,908,776 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCalendar Control Pin
munklefish31-Aug-06 6:31
munklefish31-Aug-06 6:31 
AnswerRe: Calendar Control Pin
munklefish1-Sep-06 3:56
munklefish1-Sep-06 3:56 
QuestionMessage Board / Forum Creation Pin
GaryT8031-Aug-06 5:43
GaryT8031-Aug-06 5:43 
QuestionRemoving ListBox Items Dynamically Pin
GaryT8031-Aug-06 4:20
GaryT8031-Aug-06 4:20 
Questiondifference between transfer.exe and transfer.class Pin
Gaurav Lal31-Aug-06 3:30
Gaurav Lal31-Aug-06 3:30 
AnswerRe: difference between transfer.exe and transfer.class Pin
Guffa31-Aug-06 3:50
Guffa31-Aug-06 3:50 
QuestionGive Rights to Zip Files Pin
Pritam Baldota31-Aug-06 2:13
Pritam Baldota31-Aug-06 2:13 
AnswerRe: Give Rights to Zip Files Pin
CWIZO31-Aug-06 2:18
CWIZO31-Aug-06 2:18 
This has been discussed many times before.
There are many solutions. Perhaps the one you would like the most would be to rewrite the URL to some ASPX page.
So if the user types:

http://your_site/download/SomeFile.zip

he would actually access: ../download/download.aspx?File=SomeFile.zip (you can do this in web.config)

and then your authorization settings will apply to that file (your download.aspx file should then output the file to the user).

--------------------------------------------------------
My portfolio & development blog
Q:What does the derived class in C# tell to it's parent?
A:All your base are belong to us!

GeneralRe: Give Rights to Zip Files Pin
Pritam Baldota31-Aug-06 2:22
Pritam Baldota31-Aug-06 2:22 
GeneralRe: Give Rights to Zip Files Pin
CWIZO31-Aug-06 2:24
CWIZO31-Aug-06 2:24 
GeneralRe: Give Rights to Zip Files Pin
_AK_31-Aug-06 2:25
_AK_31-Aug-06 2:25 
GeneralRe: Give Rights to Zip Files Pin
Pritam Baldota31-Aug-06 2:50
Pritam Baldota31-Aug-06 2:50 
Questionsms Pin
Sebastian T Xavier31-Aug-06 2:02
Sebastian T Xavier31-Aug-06 2:02 
AnswerRe: sms Pin
_AK_31-Aug-06 2:15
_AK_31-Aug-06 2:15 
GeneralRe: sms Pin
Sebastian T Xavier31-Aug-06 19:49
Sebastian T Xavier31-Aug-06 19:49 
AnswerRe: sms Pin
Sathesh Sakthivel31-Aug-06 2:20
Sathesh Sakthivel31-Aug-06 2:20 
GeneralRe: sms Pin
munklefish31-Aug-06 6:37
munklefish31-Aug-06 6:37 
GeneralRe: sms Pin
Sebastian T Xavier31-Aug-06 19:51
Sebastian T Xavier31-Aug-06 19:51 
GeneralRe: sms Pin
Sebastian T Xavier31-Aug-06 19:41
Sebastian T Xavier31-Aug-06 19:41 
GeneralRe: sms Pin
Sebastian T Xavier31-Aug-06 19:47
Sebastian T Xavier31-Aug-06 19:47 
AnswerRe: sms Pin
Britney S. Morales31-Aug-06 12:01
Britney S. Morales31-Aug-06 12:01 
GeneralRe: sms Pin
Sebastian T Xavier31-Aug-06 19:46
Sebastian T Xavier31-Aug-06 19:46 
GeneralRe: sms Pin
Suresh Pirsquare2-Sep-06 1:49
Suresh Pirsquare2-Sep-06 1:49 
Questioncolumns in datagrid Pin
Sebastian T Xavier31-Aug-06 1:31
Sebastian T Xavier31-Aug-06 1:31 
AnswerRe: columns in datagrid Pin
_AK_31-Aug-06 1:40
_AK_31-Aug-06 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.