ASP.Net Web API showing correctly in VS but giving HTTP500

前端 未结 7 890
离开以前
离开以前 2020-12-17 04:55

after a lot of help yesterday, I came up against a known error in asp.net4 beta - I upgraded to VS2012 RC Express (4.5), and now I\'m getting an internal server error, and I

7条回答
  •  甜味超标
    2020-12-17 05:14

    You might want to add a global error handler to your project. It can trap and log any odd errors that are happening in background threads. This S/O article talks about some solid approaches. They will save you lots of time in any project: ASP.NET MVC Error Logging in Both Global.asax and Error.aspx

提交回复
热议问题