Questions: 1. Do I need to do anything to get routes to work? I'm using routing in ASP.NET 3.5 SP1 via the global.asax and they do not appear to be working. I'm using System.Web.Routing and the RegisterRoutes in global.asax. This worked fine in IIS6 when I added wildcard mapping to ASPX files. What do I need to do to get this work under IIS7? Thanks. 2. Is Distributed Transaction Service enabled? Thanks for all help.
Okay on number #1 I fixed it. I had to change the web config to use integrated mode per http://msdn.microsoft.com/en-us/library/cc668202(VS.90).aspx. #2 still waiting to find out/test. I think it is must be?