Forum Moderators: open
You have a few options.
1) What do you have on the web server side and is logging ON?
2) If logging is on then you just need a log parser.
3) If you have IIS the option is available for you to map that traffic logging right into sql server.
4) You can get a 3rd party logging service; they'll want you to drop an image or a small bit of javascript into every page in the site that you want to track.
5) You can go with a custom solution if you have access to the sql server
If you want to go with a custom solution then chime back in and I'll post an example for you to get started.