1. Disable HTML Navigation bar.
Tools -> Options -> Text Editor -> HTML -> Unckeck Navigation Bar option
2. Auto insert quotes when typing.
Tools -> Options -> Text Editor -> HTML -> Format -> Check "Insert attribute value quotes when typing"
3. Format HTML on paste
Tools -> Options -> Text Editor -> HTML -> Miscellaneous -> Format HTML on Paste
Here Scott talks about the new feature Auto-Start included in .NET 4.0 and IIS 7. This can prove really helpful in avoiding the initial delay experienced by the first visitor of a web ASP.NET application.
Here's the post.