Re: [ADVANCED-DOTNET] httpHandler question

2005-05-08 Thread Chris Day
@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] httpHandler question I'm playing with asp.net handling ALL requests. What I'm doing and not doing: 1. I set the .* in the IIS6 Application Mappings to aspnet_isapi.dll 2. I'm not using a 404.aspx page to replace the IIS error page since I want to wri

[ADVANCED-DOTNET] httpHandler question

2005-05-08 Thread Francesco
I'm playing with asp.net handling ALL requests. What I'm doing and not doing: 1. I set the .* in the IIS6 Application Mappings to aspnet_isapi.dll 2. I'm not using a 404.aspx page to replace the IIS error page since I want to write a Handler to handle 404s 3. I've defined my section with all t