I have a asp.net application coded in C#. I need to get the list with printers from client computer. From what I know this can be done using a ActiveX control or java that runs on clinet. Do you know some ActiveX or java componets that do that ? Or a simple method to accomplish this.
Thanks.
...
Hi,
In Visual Studio running on an XP 64 bit everything runs fine. I have the web.config with an entry:
( to look for the 'bin' folder of the project where two .DLLs are (Oracle.DataAccess.dll, System.Data.OracleClient.dll)
But, in the Production environment (Windows 2003, 32 bit), I get an error t...
I am trying to write a client that can make both HTTP and HTTPS requests depending on how it is configured. For normal HTTP, I have been using twisted.web.client.Agent and using agent.request(METHOD, HOST, HEADERS, CONTENT) to make the requests. What I care about is that host field, when I do HTTP it works doing something like "http://lo...
can someone compare server based antivirus vs client based antivirus systems?
Is it something like that in server side the updates for the antivirus system are downloaded at the server or by a single client attached to the server, and then other clients can locally update their copy over LAN. Whereas in a client side antivirus each upd...
Is there way to attach client side SSL file (.pfx) file in WCF binding? I don't want to use certificate store.
...
I have implemented a simple server-client script like this:
Server:
class Server(Protocol):
def connectionMade(self):
while True:
self.transport.write('a')
Client
class Client(Protocol):
def dataReceived(self, data):
print data
What I expected was a string of infinite a's was printed on client window, but actual...
hey there!
we are planning to build a desktop based e-mail client using C#. As we are new to this platform and technology, can anyone enlighten us with the problems that we might face during this process?
...
So, basically the 255-char limitation of URLs is too short for me, and I don't want to rely on ignoring it.
My request will not change anything on the HTTP server end. I need to send some data with request, that is slightly larger than 1024 characters in size and is NOT of secure/secret character. The server will use the data for verifi...
I'm trying to do a three-layer server-client:
1st layer: send data to 2nd layer
2nd layer: receive data from 1st and send it to 3rd
3rd layer: receive data from 2nd layer
By this way, 2nd layer need to be implemented as both server and client, is that doable with twisted ?
...
Hi,
I have a plan to write a small "Network manager" for my company using C#. It like a chat application. Please see example bellow:
Ex: Client(C) is manager, Server(S)
C: send string "is_process_running x.exe" (check x.exe is running on server pc)
S: check and send to C: "x.exe is running\nPath: 'C:\\windows\system32\x.exe'"
C: "kill...
The Simple TCP/IP client example will hang if no data is being received.
To see what I mean, copy the client code and run it, but remove one of the \r\n's in the GET request to make it invalid, so it looks like this:
$in = "HEAD / HTTP/1.1\r\n";
$in .= "Host: www.example.com\r\n";
$in .= "Connection: Close\r\n";
The server won't res...
I have five WSDL's that share namespaces, but not all of them. I generate client code out of them (databinding with XMLBeans). Seperately they compile fine. I create JAR files out of each generated client code.
Once I try to use all JAR files within a project, I get naming / compile conflicts.
I want to reuse as much as possible. Is t...
Can a particular web page in a web site, authonticate a web request using client side SSL certificate, while others don't?
...
I have recently been experiencing a bug with cornerstone where the client will change the capitalization of some of my files and then not recognize the re-capitalized files as versioned. This can be very annoying and sometimes causes me to miss committing important changes. I was wondering if anyone was familiar with versions and could...
I have stored Client SSL certificate in database as a file and its private key's password in a column (not using certifcate store) for each web service that requires certificate.The reason I prefered this that I don't have to worry about user privellege to access the certificate if the code is moved to another server (Dev/QA/Prod). As ce...
I am working on a dropbox like system and I am wondering how the client gets notified when the files change on the server side. It is my impression that both dropbox and ubuntu one operate over HTTP ports and work as follows:
1. if files change on client machine, inotify detects it and preforms a push from the client to the server. (I ge...
Hello,
I am trying to get a WCF .Net 4.0 client to work with a NuSOAP/0.7.2 (1.94) Web Service. First thing, the web service is not based on current SOA standards so I had to create a custom encoder to handle the ISO-8859-1 message encoding. When I get the response, WCF throws the following exception
"Error in deserializing body of ...
I have been investing sometime in client templating in Ajax 4.0. However now i seem to have some doubt if the choice is right. I hear that Microsoft is investing heavily in jquery templating jquery.tmpl plugin and in general for client side Ajax JQuery seem to be what is recommended. However jquery.tmpl is in early stages for me to consi...
Hi,
I am looking for a SFTP Client which is free. Also it should have a free dll using which I can write code to upload and download file in C# (.NET framework).
For example following code is not free, it has 30 days free evaluation, I want it for free,
Chilkat.SFtp sftp = new Chilkat.SFtp();
bool success;
success = sftp.UnlockCompo...
Hi,
I have created a java client for consuming WCF service using axis 1.4. If i use basicHttpBinding than everything works fine, but if i use wsHttpBinding than i am getting following error:-
Did not understand "MustUnderstand" header(s):{http://www.w3.org/2005/08/addressing}Action
AxisFault
faultCode: {http://www.w3.org/2003/05/soap-...