Custom Error message with HTTPStatusCodeResult & jQuery

前端 未结 1 1062

I have a controller action that returns some JSON results to the jQuery Full Calendar plugin. I return a HTTPStatusCodeResult with a custom error message if th

相关标签:
1条回答
  • 2021-01-02 18:14

    Actually there wasn't any problem in the code at all. The problem was with the ASP.NET development Web Server in Visual Studio. I switched to using IIS express and it works fine.

    0 讨论(0)
提交回复
热议问题