Duplicate Calls If Someone restart the IIS during processing

  • Thread starter Thread starter faysalubit
  • Start date Start date
F

faysalubit

Guest
I have an application with a ASP.NET in middle tier and angular JS in front end. I am calling an API which results in a long running process. incase if someone restart the IIS during processing then duplicate calls are send to middle tier I can't see the call on browser network but Applicantion_BeginRequest call twice on global.ascx. Is this a IIS issue or angular js ? how can we prevent this ?

Continue reading...
 
Back
Top