views:

82

answers:

1

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?

+2  A: 

Have you set up your web.config to use IIS7?

See here for more details on how to fix your issue.

George Stocker
Yeah, this was the solution. Thank you.
philipproplesch