SPC090202: Do not implement IHttpHandler

The assembly should not implement the interface IHttpHandler.

TypeName: DoNotImplementIHttpHandler
CheckId: SPC090202
Severity: Warning
Type: AssemblyFileReference
Resolution

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

Remarks

The rule can only check for types that implement interface IHttpHandler. It cannot check if the HttpHandler 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