J
Jared
I've got an app that requires communication with a remote web service.
I've had customer reports of the "underlying connection was closed"
error, and I assume this to indicate they've got Internet security
software running that's blocking the connection.
However, I don't have the luxury of doing Remote Desktop with them, and
they often have no idea if they're running any Internet security
software.
Is there a way to programmatically figure out what could be blocking
outbound traffic on ports 80 and 443? I've considered getting a list
of running processes and checking it for known offenders (e.g. Norton,
McAfee, etc), but I'm hoping there's a more explicit way to determine
what's blocking my app.
TIA
Jared
I've had customer reports of the "underlying connection was closed"
error, and I assume this to indicate they've got Internet security
software running that's blocking the connection.
However, I don't have the luxury of doing Remote Desktop with them, and
they often have no idea if they're running any Internet security
software.
Is there a way to programmatically figure out what could be blocking
outbound traffic on ports 80 and 443? I've considered getting a list
of running processes and checking it for known offenders (e.g. Norton,
McAfee, etc), but I'm hoping there's a more explicit way to determine
what's blocking my app.
TIA
Jared