Implementing IAuthenticationModule

Hi,

I'm developing a distributed application which include a Web Service application.
I implemented IAuthenticationModule to facilitate custom authentication against my database in the back end.

I registered the class that implements IAuthenticationModule in the web config. Also, authentication mode in the web config is set to none. The class gets registered without any problem.

The problem I'm having, however, is that my class doesn't get call when there is a request for authentication


Answer this question

Implementing IAuthenticationModule

  • Boogeyman777

    Hi Delroy,

    did you add an httpModule to your <httpModules> collection in your web config

    Thanks,

    -Stephen


  • Implementing IAuthenticationModule