hi every body i would like to know how to send and recive internal message between users in my web application on local iis7
like in forums ??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
alaaPosted Jul 26, 2013, 8:12 AM
Sunny SharmaPosted Jul 26, 2013, 5:09 AM
If yes, then you better implement this any Database to store and fetch (For-Subject-Message) for any user and then with the help of signalR, notify the receiver that he has got an email/message. How's that?
alaaPosted Jul 26, 2013, 4:44 AM
Sunny SharmaPosted Jul 26, 2013, 1:54 AM
I would suggest you to use signalR library.
Refer to this post:
http://www.codeproject.com/Articles/562023/Asp-Net-SignalR-Chat-Room
Its has nice explanation on how to use it as well as a sample application also.
You can find more on signalR at asp.net:
http://www.asp.net/signalr
Hope it helps.
Cheers!