I am using my own user login tables of SQL Database for login.
After checking it is a valid user from DB, i want to set the valid user details to Context.User and set IsAuthenticated to true.
How can i do this?
Thanks in Advance.
I am using my own user login tables of SQL Database for login.
After checking it is a valid user from DB, i want to set the valid user details to Context.User and set IsAuthenticated to true.
How can i do this?
Thanks in Advance.
I recognized the issue where it was....
I could achieve my issue by commenting below code in web.config.
<!-- <modules>
<remove name="FormsAuthentication"/>
</modules>-->