i have a ASP.NET MVC application which has an action method with resume support for download pdf files.
When i get download link in browser, action method Only run Once
BUT when i get download link from a download manager(i.e internet download manager) this action method run Several
time.
What is problem?
How i can detect request come from download managers?