Basically there are simple errors in ASHX file (like missing comma or something like that). Everything is complied OK by Visual Studio, but once the file is accessed (hosted by IIS), an error pops up.
Is there a way to recognize such blunders in MSBuild or Visual Studio?