When my code throws an error i like being brought to the line with the exception and look at all the variables with the call stack on hand. When i debug ASP.NET when an exception is thrown i dont have the visual studios IDE showing me the line and all that. How do make visual studios debug this like a normal C# winform app?
NOTE: I dont think it matters but i am using firefox as the browser. breakpoints work fine but my exceptions always occur on the page instead of IDE first.