I am developing an ASP.NET web application in VS 2008. I want to maintain Users for that application by providing Username and Password. For this purpose which of the state management in ASP.NET can i use for the best result with out any deadlocks when multiple user log ins.
Thanks in Advance.....
Shivanand ArurPosted Nov 9, 2012, 2:29 PM
http://www.c-sharpcorner.com/UploadFile/78d182/Asp-Net-state-management-techniques/
Use Sessions for your application.