That's a runtime error related to server side and you can't debug in Firebug<https://getfirebug.com/whatisfirebug/> . You can use Firebug to debug, monitor Javascript, css, etc but not a ASP.NET MVC app. As a way to found a sulotion to your problem, You could set the *debug*attribute to true Inside the <compilation> tag in web.config file of your ASP.NET app and see info under the 'Stack Trace' on the page to get more info about your error. You also could stepping<http://weblogs.asp.net/gunnarpeipman/archive/2010/07/04/stepping-into-asp-net-mvc-source-code-with-visual-studio-debugger.aspx> through your source with VS debugger.
-- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
