标签: asp.net angularjs iis asp.net-web-api error-handling
我正在使用angularjs和Web Api开发SPA。
angularjs
Web Api
一切都很好但是一个让我疯狂的问题。每次从服务器返回InternalServerError()时,我都找不到ExceptionMessage。
InternalServerError()
ExceptionMessage
但是,在visual studio开发服务器中,我可以看到详细的ExceptionMessage,并且在托管此应用程序的服务器的浏览器上显示ExcptionMessage但是它不适用于远程浏览器。 所有浏览器的结果都是一样的。
visual studio
ExceptionMessage Displayed
Undefined ExceptionMessage
答案 0 :(得分:0)
在这种情况下,Angular不是问题。
答案是:Exception is undefined when app is on remote machine