Workaround for repeatedly call Response.Redirect and returns ERR_TOO_MANY_REDIRECTS
The "ERR_TOO_MANY_REDIRECTS" error occurs when the browser detects that it is being redirected in a loop. This can happen when a web page calls the Response.Redirect method multiple times without…