Hi, how would I go about tracking outbound links that users click on - Using the MVC framework, I would like a link that the user clicks, it then stores the time and URL to my database and then forwards the user to the external website - Thanks
Moved byRudedog2Monday, February 1, 2010 5:52 PMasp.net is off topic (From:Visual C# General)
Make a page that takes a URL or a key to a URL as query string, then make all links point to that with teh correct argument, then this page can save the details and do a Response.Redirect.
HTH
Ciaran
Proposed as answer byCiaranODonnellMonday, February 1, 2010 4:58 PM