Basically there are simple errors in the ASHX file (for example, skipping a comma or something like that). Everything is done OK using Visual Studio, but after accessing the file (hosted by IIS), an error message appears.
Is there a way to recognize such errors in MSBuild or Visual Studio?
source
share