I´m developing an ASP.NET Web Application and want to use the ASP.NET Routing Engine (System.Web.Routing) with it.
My Application works fine in Cassini, but when I start it in IIS7 (Integrated Application Pool, of course) I always get an error on this line:
User.Identity.IsAuthenticated
What could be the reason for this? Is there any workaround?
Have you set up your web.config to use IIS7?
See here for more details on how to fix your issue.