C#/My Project
Expert: Srini Nagarajan - 9/16/2007
QuestionHello Sir
I was doing a project on C#.net using Microsoft Visual Studio 2005 that tracks total bytes sent and received and the url visited using the browsers like internet explorer, mozilla firefox or opera ...
I was able to track down the data sent and received using the Performance Counter but I was not satisfied and was looking for some better method to track the same if you can suggest me something better then it would be of great help.
And secondly how do i track the url requested by the browser.
Thanx in advance
regards
Joydeep Bhattacharya
http://www.scodz.com
AnswerHi
1. May be this sample would tell you how to get the data..
http://www.csharp-station.com/HowTo/HttpWebFetch.aspx
2. You can use http context to get the raw data which you received based on that you can track the user detail like ip, browser type etc..
-srini