Can Glimpse provide details on ASP.Net 4.5 WebForms model binding? -
the mvc plugin glimpse can supply information on model binding that's taking place within web application.
do mvc , webforms share core libraries model binding, , if installing mvc plugin webforms site:
- kill application?
- do nothing useful?
- show lots of lovely debugging information?
just trying idea of how i'll spend rest of day unpicking unholy configuration mess if try crazy.
unfortunately, model binding in webforms , mvc based on different implementations , aren't related.
what means installing glimpse.mvc*
package nothing useful.
you can/should install glimpse.aspnet
package provide amount of lovely debugging information.
if have specific you'd glimpse support in webforms, please submit feature request on our github issue tracker.
Comments
Post a Comment