R
radiax
I have been trying to find a way for a server to push data to a client (aka
disconnected server approach) but iam still stuck. This is the scenario: a
client is using a webclient to communicate with the aspnet server. Is there
a way for a server to send data to a client without a client requesting it??
I know it can be done using sockets but does aspnet provides a way? can a
webservice do it?? iam trying to find another solution besides sockets and
my preference is using aspnet if possible since i want to use subdomains
rahter than ipaddress.
thanks all
disconnected server approach) but iam still stuck. This is the scenario: a
client is using a webclient to communicate with the aspnet server. Is there
a way for a server to send data to a client without a client requesting it??
I know it can be done using sockets but does aspnet provides a way? can a
webservice do it?? iam trying to find another solution besides sockets and
my preference is using aspnet if possible since i want to use subdomains
rahter than ipaddress.
thanks all