SPC090203: Do not implement IHttpModule

The assembly should not implement the interface IHttpModule.

TypeName: DoNotImplementIHttpModule
CheckId: SPC090203
Severity: Warning
Type: AssemblyFileReference
Resolution

Do not implement the interface 'System.Web.IHttpModule'.

Remarks

The rule can only check for types that implement interface IHttpModule. It cannot check if the HttpModule is registered in web.config. This can lead to fals positive results.Note: For customization rules it depends on the specific practices and guidelines of the target farm if the rules are valid or not. Disable the rule if it does not apply in your case.

comments powered by Disqus