Click here to Skip to main content
15,920,633 members
Please Sign up or sign in to vote.
2.33/5 (3 votes)
See more:
Hello,

I want to develop a chat system by asp.net from where user can chat private and publicly.

I searched online for solutions and met with number of solutions,but having no private chat facility. now i am developing an intranet for a company,so that i need to implement a chat application in the same for employees


Please help to find a better solutions
Posted
Updated 21-Mar-11 20:31pm
v2
Comments
Sandeep Mewara 22-Mar-11 7:30am    
Well, it all depends on how/what private mean here.

Further, it should be just a flag at max to avoid it to be used as public. Pick any existing chat application and add the functionality of private in it.

1 solution

Your Database is hosted or u have private server....?

You can easily use a table to work on chat application.
 
Share this answer
 
Comments
kishore Rajendran 22-Mar-11 2:34am    
i have a private server
Prasad131 22-Mar-11 2:37am    
then you can easily create table and maintain a log of chat.
Chat is nothing but the insertion of text in the table and just retrive it.
You can bifurcate your records as per the types like room, users etc.
mohanmohi 12-Dec-12 3:36am    
I want to develop a private chat sample program

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900