Quantcast
Channel: How do web servers interact with client computers
Browsing all 8 articles
Browse latest View live

Re: How do web servers interact with client computers

Thanks Mendhak . The InternetGetConnectedState API was just what i was looking for .  It has given me lots of food for thought. RegardsSanjish 

View Article



Re: How do web servers interact with client computers

Well, this isn't exactly relevant to ASP.NET (what sort of an app are you creating?) - because the only way to access a (non-internal) ASP.NET app is tohave a working Internet connection.Limewire is a...

View Article

Re: How do web servers interact with client computers

Thanks Mendhak for the very informative update. But since I am a programmer still learning   ASP.net I am curious to know as to how I could make my own limewire sort of application . How does limewire...

View Article

Re: How do web servers interact with client computers

They aren't.  Instead, these applications make the request to a server somewhere for a list of items.  Visual Studio looks for an RSS feed which it then processes and renders.  Limewire keeps checking...

View Article

Re: How do web servers interact with client computers

 Please can you give me the details  as to how it is done ?.  For eg My Visual Studio 2005 Start Page  is automatically updated with new links every time i start it.  My pending limewire downloads...

View Article


Re: How do web servers interact with client computers

Web applications are stateless, so they can only respond to requests made, not 'push' information out.  The kind of functionality you're describing is one that will have to be initiated by the user's...

View Article

Re: How do web servers interact with client computers

Unless client computers subscribe for this kind of updates, it is an invasion of privacy by the web application. If client computer is subscribed, the IP address can be in the database table. A windows...

View Article

How do web servers interact with client computers

 Hi,        How do i make my asp.net website recognize that a client computer has got connected to the internet so that it can automatically send updates to the client ? How do i program this kind of...

View Article

Browsing all 8 articles
Browse latest View live




Latest Images