I want to know is there any way to prevent the concurrent access in MVC Controller method. I mean only one user can access the controller method
and other user should get message that its in use.
I have MVC application for internal use.
Moved byFred BaoWednesday, May 13, 2015 5:24 AMASP.NET MVC Related