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
Post a Comment