C# .NET - How get the all visited site url using c#?

Asked By Sumit M on 29-Jan-14 12:06 AM
Hi, 
I read your article reading the IIS log, If i want to get the visited site url at my system using c# windows application without using winCap, I want to create my own, May your article help me to solve my problem?
Robbe Morris replied to Sumit M on 29-Jan-14 08:21 AM
Just set IIS up to log incoming requests.  It is just a text file.  You can read it with C# just like you would any other text file.
Sumit M replied to Robbe Morris on 29-Jan-14 09:14 AM
Thanks for reply,

I have different IPs, Is it possible to get visited ur's through the article help?
Sumit M replied to Sumit M on 29-Jan-14 01:10 PM
Can you tell, If history is turned off, then will this log still give information about visited url's?