C# Class Elmah.FixIIS5xWildcardMappingModule

HTTP module that resolves issues in ELMAH when wilcard mapping is implemented in IIS 5.x.
See Elmah with existing wildcard mapping for more information behind the reason for this module.
Inheritance: IHttpModule
Mostra file Open project: clearwavebuild/elmah

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void

Private Methods

Method Description
GetHandlerPath ( ) : string
OnBeginRequest ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void