Then you do not have a choice.
Except on new IIS 7.0, I believe with IIS 7 you can route any HttpRequest
through ASP.NET
George
Thanks for George's input.
Hi BillAtWork,
As for all the web document types(the extensions) in ASP.NET web
application, IIS will do the judgement first. That means, if the certain
document extension is not redirected to ASP.NET isapi, ASP.NET won't have
the opportunity to process it. So for our custom ASP.NET httphandler or
httpmodule that want to process a file type(orignially managed by IIS
statically), you have to first redirect it to ASP.NET isapi extension in
IIS virtual directory extension.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
>From: "George Ter-Saakov" <gt-nsp@cardone.com>
>Subject: Re: URL Rewriting for certain file types
>Date: Thu, 25 Oct 2007 13:05:54 -0400
>Then you do not have a choice.
>Except on new IIS 7.0, I believe with IIS 7 you can route any HttpRequest
[quoted text clipped - 55 lines]
>>> >
>>> > Thanks!
BillAtWork - 26 Oct 2007 14:04 GMT
Hi,
Thanks for all the advice. I did know about the IIS Application Mappings and
I found a hosting service who will add the required mappings to a hosted site.
Thanks.
> Thanks for George's input.
>
[quoted text clipped - 83 lines]
> >>> >
> >>> > Thanks!
Steven Cheng[MSFT] - 29 Oct 2007 03:53 GMT
Thanks for your reply,
This is good news. It is really important that you can can control the
application mapping or someother setting in IIS if you will use some custom
handler(intercept some custom extensions).
Good luck!
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.
-----------------------------------------------------
>Subject: Re: URL Rewriting for certain file types
>Date: Fri, 26 Oct 2007 06:04:01 -0700
>Hi,
>Thanks for all the advice. I did know about the IIS Application Mappings and
[quoted text clipped - 89 lines]
>> >>> >
>> >>> > Thanks!