views:

8

answers:

0

When I debugging in VS development server all works ok, but on IIS7.5 in Application_Start none of my brakepoint hit. The first brakepoint which work is in default controller.

This asp.net mvc2 is on .net3.5 and application pooling in iis is set to DefaultAppPool in integration mode. Where to looking for solution?