Click here to Skip to main content
15,885,435 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Sending Email exception Pin
hurrem27-Dec-07 15:07
hurrem27-Dec-07 15:07 
GeneralRe: Sending Email exception Pin
Paul Conrad27-Dec-07 18:04
professionalPaul Conrad27-Dec-07 18:04 
GeneralRe: Sending Email exception Pin
hurrem27-Dec-07 18:06
hurrem27-Dec-07 18:06 
QuestionReporting Services Multi-Valued Report Parameters Pin
gates0927-Dec-07 4:28
gates0927-Dec-07 4:28 
QuestionCan I use VB Methods I created in Reporting Services? Pin
gates0927-Dec-07 4:27
gates0927-Dec-07 4:27 
GeneralRe: Can I use VB Methods I created in Reporting Services? Pin
Michael Sync27-Dec-07 18:46
Michael Sync27-Dec-07 18:46 
GeneralRe: Can I use VB Methods I created in Reporting Services? Pin
gates0928-Dec-07 1:44
gates0928-Dec-07 1:44 
GeneralHttp Handler Pin
ss.mmm27-Dec-07 4:01
ss.mmm27-Dec-07 4:01 
My aim is to block the .doc file access through Url.

on IIS, I added a mapping to *.doc. This is a remote server that does not have dotnet installed.

On my application, I put a class which includes ProcessRequest method.
On the web.config, I have added
<add verb="*" path="*.doc" type="DocNamespace.DocClass,DocDllName>;
<add key="PathToRedirect" value="~/Fail.aspx>;

I compiled this class to dll and put it on my bin folder.


Error I find is
"Could not load file or assembly DocDllNameor one of its dependencies. The system cannot find the file specified."

I referred the below

<a href="http://www.15seconds.com/issue/020417.htm">http://www.15seconds.com/issue/020417.htm</a>[<a href="http://www.15seconds.com/issue/020417.htm" target="_blank" title="New Window">^</a>]

Please help.

Thanks
GeneralRe: Http Handler Pin
Not Active27-Dec-07 4:42
mentorNot Active27-Dec-07 4:42 
GeneralRe: Http Handler Pin
ss.mmm27-Dec-07 6:28
ss.mmm27-Dec-07 6:28 
GeneralRe: Http Handler Pin
ss.mmm27-Dec-07 6:30
ss.mmm27-Dec-07 6:30 
GeneralRe: Http Handler Pin
Venkatesh Mookkan27-Dec-07 15:15
Venkatesh Mookkan27-Dec-07 15:15 
Generalindent for line Pin
niki_nilu27-Dec-07 2:37
niki_nilu27-Dec-07 2:37 
GeneralRe: indent for line Pin
Paul Conrad27-Dec-07 15:04
professionalPaul Conrad27-Dec-07 15:04 
GeneralRe: indent for line Pin
niki_nilu27-Dec-07 17:46
niki_nilu27-Dec-07 17:46 
GeneralRe: indent for line Pin
Paul Conrad27-Dec-07 17:50
professionalPaul Conrad27-Dec-07 17:50 
GeneralRe: indent for line Pin
niki_nilu27-Dec-07 17:57
niki_nilu27-Dec-07 17:57 
GeneralRe: indent for line Pin
Paul Conrad27-Dec-07 18:01
professionalPaul Conrad27-Dec-07 18:01 
GeneralRe: indent for line Pin
neerubee27-Dec-07 18:46
neerubee27-Dec-07 18:46 
GeneralLINQ to SQL in ASP.NET - moving connection string from app.config to web.config Pin
Dominic Pettifer27-Dec-07 2:32
Dominic Pettifer27-Dec-07 2:32 
Generalfile upload progress bar Pin
Mogaambo27-Dec-07 2:14
Mogaambo27-Dec-07 2:14 
GeneralRe: file upload progress bar Pin
Abhijit Jana27-Dec-07 3:48
professionalAbhijit Jana27-Dec-07 3:48 
NewsRe: file upload progress bar Pin
Venkatesh Mookkan27-Dec-07 15:19
Venkatesh Mookkan27-Dec-07 15:19 
GeneralRe: file upload progress bar Pin
Abhijit Jana27-Dec-07 18:38
professionalAbhijit Jana27-Dec-07 18:38 
GeneralRe: file upload progress bar Pin
Venkatesh Mookkan27-Dec-07 20:56
Venkatesh Mookkan27-Dec-07 20:56 

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.