The text of this article is not in this database — only its details are. Read it on the old site: WCF Tracing FAQ
4 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: WCF Tracing FAQ
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
Vithal WadjePosted Sep 24, 2014, 11:07 AM
super keep it up
Justin HallsPosted Jun 30, 2010, 5:44 AM
Hi thats really useful as i need to log my errors from a Silverlight Application which uses WCF to retrieve (processed) data from a databse on the server. I handle all the exceptions so that the program can continue but I would like to know that they have happened. I have added the <system.diagnostics> section from your example to my web.config in the <configuration> section - however I do not get a log file produced. Do I need to create the file explicitly first? or am I missing something? Also is it possible to identify the folder containing the html/aspx page used for the Silverlight app as I am not sure that the server host will appreciate having files written to the root of C: thanks Justin
Mumtaz SuraniPosted Sep 18, 2009, 2:48 AM
hi, Iam exploring wcf.I have created a chat application using wcf in c#.net.It works properly but i want to add a feature where private chat between 2 clients must be allowed.When i send message all clients can view it.but what if i want to give a direct message to a particular client.Iam using netpeertcp. According to the concept i think, i will have to create a new chat mesh between 2 clients required to pass message.I need to use pnrp tp resolve the addresses of clients so that i can identify the peer to chat with. But i really dont knw how can i achieve this through code.iam new to wcf but know the concept as i went through number of msdn articles.how should i start the code?where should i write it?i just want a start n support so i can explore it further. I really would be pleased n thankful if someone would help me in any way they can.waiting for reply THANKS. Mumtaz
Ranjan bhuyaneditedPosted May 20, 2009, 10:06 AMEdited May 20, 2009, 10:07 AM
Really it will be helpful for interview.It is a nice article.Thanks a lot Ranjan Bhuyan