Rank: Advanced Member
Groups: HelpDesk, Developers Joined: 11/9/2018(UTC) Posts: 564
Thanks: 122 times Was thanked: 26 time(s) in 25 post(s)
|
Would be beneficial to add this to the global.asax. It's an error that cannot be addressed by MVC app. Code:
// 8-30-2022 begin mod
// ignore remote-host-has-closed-connection
if (((HttpException)exception).Message.StartsWith("The remote host closed the connection"))
return;
// end mod
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.
Important Information:
The AbleCommerce Forums uses cookies. By continuing to browse this site, you are agreeing to our use of cookies.
More Details
Close