I have a server that I have开发者_如何学编程 no control over, it\'s JSON based and I\'ve put together a simple proof of concept that calls the server using HTTPWebRequest etc and it works fine (if a l
Is it possible to find out in what browser version a browser hosted application (XBAP) runs (eg. IE6, IE7 or IE8)? I want to find out the 开发者_运维技巧browser version from within the XBAP.With some
We are using the Sharepoint.OpenDocuments.EditDocument2ActiveX control and method. The method is being called from JavaScript in an IE6 client on a Windows XP SP3 client (fully patched).
I have a typical server in my end and a friend using a client to connect to my IP/Port and he consistently receives the exception: \"A connection attempt failed because the connected 开发者_开发问答pa
I have a website that prompt the users to enter serial number for a product. I have one text box and the user needs to enter the serial in this format:
I am wondering what would the best way to let visitors of a website ping various remote servers. Example:
We currently have an Oracle 9i Client running on an HPUX Itanium platform and are looking at upgrading the Server from an Oracle 9i Windows 2000 Server to an Oracle 11g W2K3 Server.
I\'m trying to configure a WCF client to be able to consume a webservice that returns the following response message:
I currently have a problem using UDP and Python socket module. We have a server and clients. The problem occurs when we send data to a user. It\'s possible that user may have closed their connection t
I am working on a MUD开发者_运维知识库 client written in Clojure. Right now, I need two different threads. One which receives input from the user and sends it out to the MUD (via a simple Socket), and