Server-side Blazor web app outgoing TCP connection shut down when run on IIS server

Carl Marvin 0 Reputation points
2024-05-21T22:21:51.81+00:00

Hi All,

I have a server-wide blazor web application that I've written. Part of the application connects to a printer via a TCP connection and sends a byte array. It works when I run it from my computer, but when it is hosted on the webserver, the connection is stopped after about 128kb of data is transmitted.

Is there a configuration setting in IIS that limits outgoing connections to 128kb? Seeing as the connection (and other TCP connections the application uses) are successfully created and some information gets through, I don't think this is a firewall issue.

Thanks!

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,483 questions
Blazor
Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML being developed by Microsoft.
1,437 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,345 questions
{count} votes