I have recently been prototyping an application using WPF and Client Application Services.I am trying to use all three features of the Client Application Services : Forms Authenticiation, Role Securit
I get a black screen with the above setup. I have tried RealVNC and TigerVNC clients too on wind开发者_如何学JAVAows with the same result.
Im trying to make a a cleint/server web app开发者_C百科lication where eventually the client application will be deploy on the internet.People told me to use visual studio WCF duplex but im confuse on
What are the information sent to server in a client request?How can we check those informa开发者_开发问答tion? I mean can we view those information(Is there any way to check)?The Net panel in Firebug
I have python\'s based soap server and tried to call it functions using erlang (yaws_soap_lib based) soap client:
This one has me rather confused. I\'ve written a query which runs fine from my development client but fails on the production client with error \"ORA-01652: unable to extend temp segment by....\". In
I have a folder on the server with some images in it.I would like to have my client code read this folder\'s contents (images) and then display this image on a div.I thought this would be easy with AJ
I\'m trying to write a little program that will add mDNS CNAME aliases to my Linux device, so that it can be accessed via more than one \"something.local.\" domain name.
Working with OpenGL, I used CreateWindow( \"app\", \"App Window\", WS_CAPTION | WS_POPUPWINDOW | WS_VISIBLE | WS_SIZEBOX | WS_MINIMIZEBOX | WS_MAXIMIZEBOX,
I have a WPF application, that I want to port to Linux/Mac. The most logic way seems to split t开发者_如何学运维he application in two parts: client and server, and use Silverlight for the client UI, a