Currently if I have an error with an ajax request such as submitting a form (I'm using ASP.NET MVC 3) it will show something like 'Internal Server Error'.
But if I do the submit without using Ajax then .net will show the actual server error.
Any ideas on how I could perhaps get the error to show? So my users can report the problem instead of only being able to say 'internal server error'
Thanks