Ask a Question related to ASP.NET Web Services, Design and Development.
-
Kevin Gibbons #1
Web Services Online Status
Hi,
I am currently trying to write a web service to display the names of
all users logged into a webpage in an online presence list (username
is collected from a database).
Does anyone know a good example of how to do this so that as soon as a
user accesses or leaves the webpage their online status will be
updated for all connected users?
Thanks in advance,
Kevin
Kevin Gibbons Guest
-
Online Training on Adobe Flex, Spring, Hibernate and Web Services
Hi Introducing Mind On Demand Software Labs, a Pioneer in RIA (Rich Internet Application) development & Training. We have listed some... -
Online Offline User Status
Anyone can point me to a resource or tutorial online about tracking users who have logged into my application? I've built a forum, but would like to... -
System.Net.WebException occurred in system.web.services.dll - HTTP status 405: Method not allowed.
Hi, Have anyone ever encountered an exception error: The request failed with HTTP status 405: Method not allowed when trying to remotely invoke a... -
PE2-unexpected error communicating with online services
Had PE2 on my old pent 3 machine, and everything ran just fine. Built a new one, p4, and can't get the any upgrades (don't think there are any there)... -
Online files status randomly changes to offline
New Laptop w/ XP Pro was set to work offline with the LAN server, invoking synchronization feature (make files available offline). While being... -
Dan Rogers #2
RE: Web Services Online Status
Because web pages are based on HTTP, and HTTP is a connectionless protocol,
unless you arrange for a special HTTP request to say 'I've left the on-line
building', you really can't assume this without implementing an assumption
based on a length of time expiring since you've seen a request from a given
user.
--------------------11:19:53 GMT)>From: [email]kevgibbo@hotmail.com[/email] (Kevin Gibbons)
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
>Subject: Web Services Online Status
>Date: 14 Feb 2005 03:19:52 -0800
>Organization: [url]http://groups.google.com[/url]
>Lines: 12
>Message-ID: <547b7188.0502140319.14c32d6e@posting.google.com >
>NNTP-Posting-Host: 161.73.17.65
>Content-Type: text/plain; charset=ISO-8859-1
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1108379993 19234 127.0.0.1 (14 Feb 2005TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfee d00.sul.t-online.de!t-onli>X-Complaints-To: [email]groups-abuse@google.com[/email]
>NNTP-Posting-Date: Mon, 14 Feb 2005 11:19:53 +0000 (UTC)
>Path:
ne.de!news.glorb.com!postnews.google.com!not-for-mailmicrosoft.public.dotnet.framework.aspnet.webservic es:5518>Xref: TK2MSFTNGXA01.phx.gbl>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
>
>Hi,
>
>I am currently trying to write a web service to display the names of
>all users logged into a webpage in an online presence list (username
>is collected from a database).
>
>Does anyone know a good example of how to do this so that as soon as a
>user accesses or leaves the webpage their online status will be
>updated for all connected users?
>
>Thanks in advance,
>Kevin
>Dan Rogers Guest



Reply With Quote

