global handlers in dotnet
global handlers in dotnet
am 31.10.2007 17:50:02 von adamtuliper
Theres seem to be a change that creates a problem adding request headers via
an httpmodule from a security patch. We want to create a wildcard handler but
with this new 'feature' is it still possible?
There was a posting related to that at
http://bigjimindc.blogspot.com/2007/07/ms-kb928365-aspnet-re questheadersadd.html
dealing with MS KB928365, ASP.NET Request.Headers.Add() Hack No Longer Works
--
Adam Tuliper
RE: global handlers in dotnet
am 01.11.2007 09:20:04 von wjzhang
Hi Adam,
Could you please first clarify if you want to work out a new approach by
using an ASP.NET 2.0 HttpHandler or IIS 6.0 wildcard ISAPI extension?
If you are talking about HttpHandler, the issue is better to be addressed
by our ASP.net newsgroup: microsoft.public.dotnet.framework.aspnet .
For implementing the solution by using IIS 6.0's wildcard application
mapping, you may start from:
Intercepting All Incoming IIS Requests
http://msdn2.microsoft.com/en-us/library/ms525696.aspx
Remapping a URL Using Wildcard Application Maps
http://msdn2.microsoft.com/en-us/library/ms525529.aspx
Thanks and have a nice day.
Sincerely,
WenJun Zhang
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to:
http://msdn.microsoft.com/subscriptions/managednewsgroups/de fault.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.
Re: global handlers in dotnet
am 04.11.2007 15:19:02 von Tiago Halm
Adam,
You also have the option of building an ISAPI Filter to add request headers.
You can build an ISAPI Filter in C/C++ or in .NET 2.0 using Filter.NET [1].
There's an article [2] on the same subject.
[1] http://www.codeplex.com/filterdotnet
[2] http://www.codeproject.com/dotnet/extending_IIS.asp
Tiago Halm
RE: global handlers in dotnet
am 06.11.2007 11:15:57 von v-wywang
Hello Adam,
Have you resolved this issue so far? We just want to check if there is
anything we can help with.
If you have any more concern, please feel free to update here again. We are
glad to assist you.
Have a great day,
Best regards,
Wen Yuan
Microsoft Online Partner Support
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.