RE: httpHandlers problem



Hi Dave,

According to your httphandler, are you just wantting to let it intercept
all those requests with the *.rtf format regardless of the path hierarchy
in your web application, correct? For example, you want the handler be able
to intercept all the paths below:

/appliation/report.rtf
/application/subdir/report.rtf
/application/subdir/subdir/report.rtf
..........

If so, the following path setting is enough:

<httpHandlers>
<add verb="*" type="MyRtfHandler" path="*.rtf" />
.............


And you can intercept those *.rtf requests in all the directory hierarchy
(as long as it is under your application's root dir). If you want further
filtering, you can do it in the httphandler's code manually.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • RE: httpHandlers problem
    ... because one of the extensions we handle is .htm and we can't have all .htm ... are you just wantting to let it intercept ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • ANN:MeAOP v1.0 Open Source Edit Released now.
    ... aspect is the general feature in fact. ... Ver 1.0.0.0 ... + Support the register, pascal, stdcall, cdecl, ... + Support to intercept the function with no parameters. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: ANN:MeAOP v1.0 Open Source Edit Released now.
    ... aspect is the general feature in fact. ... Ver 1.0.0.0 ... + Support the register, pascal, stdcall, cdecl, ... + Support to intercept the function with no parameters. ...
    (borland.public.delphi.thirdpartytools.general)
  • I encounter the same error, but my data does not have the benefit of record tags.
    ... Microsoft Online Community Support ... You can send feedback directly to my manager at: ... where an initial response from the community or a Microsoft Support ... I am having trouble creating one input flat file. ...
    (microsoft.public.biztalk.general)
  • Re: POTUS - POS
    ... Intercept, recce, and ... The MIG-25 would be almost useless in close ground support. ... >> What they need are helicopters. ... I've maintained that the effectiveness of bombing is ...
    (soc.retirement)

Loading