ASP.NET V2 Tidbits
I am stuck in Kentucky but browsing the new content on www.asp.net/whidbey I ran across some great little tidbits…
Configuration:
UI based web.config editing as part of IIS
Programmatic access to configuration elements
Configuration.Web.Authentication.Mode = HttpAuthenticationMode.Forms
General
ASP.NET now creates a /Code directory where class files will be housed
Cross Page Post Backs, button click on one page can post data to a second!
Data Binding to generic data sources