Hi all
With Visual Studio 2005 on Vista using IIS7 you had to make all kinds of adjustments to enable ASP.NET debugging. You had to install some extra IIS features, change the authentication and application pool settings, run VS as administrator, ... I think this blog post by Mike Volodarsky was very popular those days:
Now I would like to know what changed since Visual Studio 2008 has been released. Has it become easier to debug ASP.NET applications or not? Which features and configurations are still required? Is there any difference between a 2.0 or 3.5 ASP.NET applications.
Hope someone can clear things up.