asp.net中的聊天应用程序?

我想为自动化网站创建一个聊天室,但是客户端不向服务器发送请求以进行响应,而是在收到来自其他客户端的消息时才向客户端发送响应。

Vijay u need to implement Reverse ajax type of thing . Check out comet and other ways to do it . Check it out here

Have a look at SignalR:

Async library for .NET to help build real-time, multi-user interactive web applications.

SignalR: example chat application