Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created one chat application , it works fine on locally. But When i Added this to IIS it wont display list of participents and history of participated users.

I use .NET freamework 4 and IIS 6.

Is it need to do some IIS settinges or any other solution to this?

Thnx in Advance :)
Posted
Comments
Sebastian T Xavier 4-Jul-12 2:30am    
What do you meant by "adding to IIS"?
supriya29 4-Jul-12 4:22am    
created virutal directory for app. and then aacess it.
Sandeep Mewara 4-Jul-12 2:51am    
Too many things missing to comment!

Start with if you see any error, what you saw when you debugged it, event logs, etc.
supriya29 4-Jul-12 4:23am    
No. i dident get any exception or any error. it work fine when i directory run from Visaul studio.

One possible reason could be that your connectionstring is setup to use the database from a different location or with some different access credentials. check the connection string and see if you are able to connect to it.

Also, if there are no exceptions coming then perhaps you must be eating them all under pokemon handlers. see if you could see some exception messages because that will tell you the probable problems.
 
Share this answer
 
Comments
supriya29 4-Jul-12 4:27am    
Connection string works fine.
All othe thing is also fine. I tell already is,
it works fine if i run form VS.
no database connection problem.
Where are you storing list of participants and history? Did you upload database?

Regards
Sebastian
 
Share this answer
 
Comments
supriya29 4-Jul-12 4:31am    
We have one table is contains participents JoinTime and LeftTime columns. if user is online then LeftTime field is null and when user left conversetion LeftTime field is filled with left time of user.
then for display we get data from same table to datatable and display as list.

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