I'm wondering what a good book to read describing how ASP.NET works. I'm thinking something similar to CLR via C# but focused on ASP.NET.
Clarification: I'm interested in ASP.NET as a platform including things like httphandlers, httpmodules, state management (SessionStateModule), and caching. I'm not looking for information on Visual Studio, ADO.NET, XML, or specific controls.
What do you recommend?