I am in a strange problem. I have an asp.net mvc web page.
Scenario is like this:
Let's say user clicks on submit button once and page is postback to server. so far this is fine.
But if user keeps on clicking submit button continuously and the page is processing. my application crashes.
How can i solve this problem?