How do you create a global.asax file in Visual Studio 2008? There isn't a template for it in the Add New Item dialog like there was in 2005.
File -> New -> File -> Global Application Class
Edit: beaten to the punch :)
Thanks, Jeff. Apparently, the problem had something to do with having converted the web site from Visual Studio 2005. It works fine if I create a new web site. Thanks again.
Anne