This is more of a tricky question not actual problem I am facing.
I want to create ASP.NET application which Initially get some data from other application.
Requirement is to send response back within 24 hour other wise initial data is not valid after 24 hours.
What are the ways I have to achieve this functionality?
Please help.