0
Hello Rohit,
You can use JWT ( Token based authentication)
Refer below link to implement it,
http://www.asp.net/web-api/overview/security/individual-accounts-in-web-api
http://www.dotnetcurry.com/aspnet/1223/secure-aspnet-web-api-using-tokens-owin-angularjs
If you think about more security just go for Membership Reboot, ncache and Redis
0
Hi Dear,
please open this below link and follow all instructions.
http://www.c-sharpcorner.com/UploadFile/0c1bb2/creating-Asp-Net-web-api-rest-service/
http://www.asp.net/web-api/overview/getting-started-with-aspnet-web-api/tutorial-your-first-web-api
http://blog.scottlogic.com/2016/01/20/restful-api-with-aspnet50.html
Regards,
Amit