c# - windowsauthentication_onauthenticate function is not fired in global.asax -


i migrating application asp.net 2.0 asp.net 4.5 , having problem windowsauthentication_onauthenticate function. not getting fired when application runs?

in global.asax, have following function:

protected sub windowsauthentication_onauthenticate(byval sender object, byval e windowsauthenticationeventargs)      if not (e.identity nothing) andalso e.identity.isauthenticated  ..... .....      end if  end sub 

i tried couple of things present in this link (point-10 similar mine still getting error)

can 1 please suggest me, how can proceed further on this?


Comments

Popular posts from this blog

Fail to load namespace Spring Security http://www.springframework.org/security/tags -

sql - MySQL query optimization using coalesce -

unity3d - Unity local avoidance in user created world -