TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Steve B
NA
1
1.2k
Weird blocking of .NET (only!) Internet traffic
Sep 26 2013 8:38 PM
We have a POS-based application in Windows Forms written in VB.NET, which we're rolling out to franchise stores - 70, so far.
The application replicates data by means of a connection to a head office server: all communication is by means of Web Services (upload & download).
All is working really well, except - you knew it was coming <g> - on literally a handful of stores we cannot connect to the web services, although we know that the Internet service is good!
Here's a bullet-point summary of the situation:
in this handful of stores, ALL .NET (only) internet traffic fails on this POS computer.
primarily this traffic is using port 80 to connect to web services, using SOAP (standard)
BUT they can successfully use a browser in the POS to see web pages
and a test program I created in Clarion (straight Win 32) also connects to the web service ok.
In addition, an associated data conversion app (again in VB.NET) also fails when trying to connect to MS SQL at HQ (and only for this handful of stores).
Note: this uses a standard ADO connection, thus a completely different protocol to the above.
So it's just all .NET Internet that fails... different apps, different protocol.
The error message in all cases is "The operation has timed out"
Note: timeout is set to 15 seconds - ample time for simple web service, esp. as the initial method is just a time-check.
Take a POS that's failing to connect and move to a different site: all good
Take a POS that's failing to connect and change the router: all good
But the routers are *not* all the same
It looks as if the .NET setup on the POS pc is somehow being 'blocked'.
Too weird - what am I missing here?
Grateful for pointers... I'm stumped!
Steve
Reply
Answers (
0
)
sample code to check pnr status using C#.net
Can I use SqlHelper Class with MYSQLDB