Azure – How to view model binding exceptions locally
I have an ASP.NET web app running in an Azure app service. After doing a profiler trace, I noticed these three .NET exceptions: Requested value 'Asc' was not found. Asc is not a valid value for SortOrder. The parameter conversion…