Coming from a PHP/Apache background I'm looking for the equivalent of the Access Log when I'm developing ASP.NET MVC applications in Visual Studio 2008. On the Unix box I'm used to tailing the access_log to get an real time view of which requests is send to the web server:
tail -f access_log
I'm currently looking into ASP.NET Traces. It sort of does the trick, but I would like to know of any alternatives. For instance where is the "access_log" in the Visual Studio Development Server?