Click here to Skip to main content
15,887,477 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAsp.Net Query Pin
ShobhitGupta3-Sep-13 4:27
ShobhitGupta3-Sep-13 4:27 
AnswerRe: Asp.Net Query Pin
jkirkerx3-Sep-13 11:02
professionaljkirkerx3-Sep-13 11:02 
AnswerRe: Asp.Net Query Pin
Bernhard Hiller3-Sep-13 23:24
Bernhard Hiller3-Sep-13 23:24 
Questionunrecognized tag webpartmanager Pin
risingsun2k3-Sep-13 3:28
risingsun2k3-Sep-13 3:28 
AnswerRe: unrecognized tag webpartmanager Pin
Marco Bertschi3-Sep-13 4:24
protectorMarco Bertschi3-Sep-13 4:24 
SuggestionRe: unrecognized tag webpartmanager Pin
Richard Deeming3-Sep-13 5:42
mveRichard Deeming3-Sep-13 5:42 
QuestionApplication Designing guide line for interaction between Win & Web application Pin
Tridip Bhattacharjee3-Sep-13 3:20
professionalTridip Bhattacharjee3-Sep-13 3:20 
AnswerRe: Application Designing guide line for interaction between Win & Web application Pin
Forbiddenx6-Sep-13 7:47
Forbiddenx6-Sep-13 7:47 
In order to do what you want, your windows service is going to have to become a WCF service and will need to be setup pretty much like a web site would be.... So, what you are creating is a two way system...

Think of it like this...
You currently have...
Client -> Server.....
Client can send out and server can respond...
If server could Client <-- Server.. then client would not have any way to listen of respond... now you could add your own sockets and listen.. etc.. but that is reinventing the wheel.
Or even time based checking is a option..


What I think you want is
Server<--->Server.
Both can talk at any time and the other one will know when to listen.. this is what WCF will do... it will allow you to listen to server based events from your remote machine.. you will have to turn your web servic/client into a server...

Check out this article, it explains more about it.
A Beginner's Tutorial for Understanding Windows Communication Foundation (WCF)[^
=)

QuestionWeb Site Administration Tool problem Pin
larsp7773-Sep-13 0:37
larsp7773-Sep-13 0:37 
QuestionRe: Web Site Administration Tool problem Pin
ZurdoDev6-Sep-13 7:10
professionalZurdoDev6-Sep-13 7:10 
AnswerRe: Web Site Administration Tool problem Pin
larsp7777-Sep-13 0:21
larsp7777-Sep-13 0:21 
AnswerRe: Web Site Administration Tool problem Pin
ZurdoDev9-Sep-13 2:14
professionalZurdoDev9-Sep-13 2:14 
GeneralRe: Web Site Administration Tool problem Pin
larsp7779-Sep-13 2:16
larsp7779-Sep-13 2:16 
QuestionRe: Web Site Administration Tool problem Pin
ZurdoDev9-Sep-13 2:24
professionalZurdoDev9-Sep-13 2:24 
AnswerRe: Web Site Administration Tool problem Pin
larsp7779-Sep-13 2:32
larsp7779-Sep-13 2:32 
SuggestionRe: Web Site Administration Tool problem Pin
ZurdoDev9-Sep-13 2:34
professionalZurdoDev9-Sep-13 2:34 
QuestionGridView dynamically added rows Pin
Heba Attia3-Sep-13 0:34
Heba Attia3-Sep-13 0:34 
QuestionCrystal reports Pin
sudhakar patil2-Sep-13 20:07
sudhakar patil2-Sep-13 20:07 
QuestionRe: Crystal reports Pin
AmitGajjar2-Sep-13 20:47
professionalAmitGajjar2-Sep-13 20:47 
Questioncrystal reports Pin
sudhakar patil2-Sep-13 20:03
sudhakar patil2-Sep-13 20:03 
QuestionComsuming RESTlet Web Service in ASP.NET 3.5 with JSON Parameter Pin
Sanjay Kushwaha2-Sep-13 2:42
Sanjay Kushwaha2-Sep-13 2:42 
AnswerRe: Comsuming RESTlet Web Service in ASP.NET 3.5 with JSON Parameter Pin
Jameel VM2-Sep-13 6:20
Jameel VM2-Sep-13 6:20 
GeneralRe: Comsuming RESTlet Web Service in ASP.NET 3.5 with JSON Parameter Pin
Sanjay Kushwaha2-Sep-13 18:47
Sanjay Kushwaha2-Sep-13 18:47 
GeneralRe: Comsuming RESTlet Web Service in ASP.NET 3.5 with JSON Parameter Pin
Jameel VM2-Sep-13 19:16
Jameel VM2-Sep-13 19:16 
GeneralRe: Comsuming RESTlet Web Service in ASP.NET 3.5 with JSON Parameter Pin
Sanjay Kushwaha20-Sep-13 19:39
Sanjay Kushwaha20-Sep-13 19:39 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.