Get data from sql server to Asp.net when application crashes

Asp.net web application sent a request to get some result set to Sq server. The query is processed over there and it sends the result set. When it is on its way, asp.net application crashed because of some sort of reason.
How to get it back to the application?
Recently, i faced 2 years experienced interview
Please tell me.....How to get it?

Questions by umamahesh50

Showing Answers 1 - 3 of 3 Answers

gmt

  • Aug 22nd, 2012
 

Use try catch blocks for ASP.Net and SQL Server errors

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions