The tools for ASP.Net 2.0 in VS 2005 are darn cool, I must say. Makes administering users and their roles much easier than ever before. I like the process so far. However, one little glitch: if you have configured your site recently and then want to publish locally, make sure that the ASP.Net development server is properly stopped. If not, the publish will fail, saying that the db associated with your site is currently in use.
Something like: The process cannot access the file 'c:\inetpub\wwwroot\SecureSite\App_Data\ASPNETDB.MDF' because it is being used by another process
Just one of those little gotchas. :-)