我不确定为什么在一个特定的多节点环境上会出现此问题。
我们已经在单独的多节点服务器上部署了MVC应用程序和Web API服务。
这里是在我的应用程序的按钮单击事件中调用API。但是我不知道为什么,第一次单击它不起作用。如果我等待3-4秒,那么只有它成功调用我的API。否则,它会给我一个如下错误(在部署MVC应用程序的事件查看器中记录错误)和(在部署API的事件查看器中未记录错误)
Action:Canvasprocess of the HTTP request resulted in an exception. Please
see the HTTP response returned by the 'Response' property of this exception
for details. at abc.portal.canvas.textCanvasAPI(String psr)
at abc.portalcontroller.abcController.Canvas()
System.Web.Http.HttpResponseException: Processing of the HTTP request
resulted in an exception. Please see the HTTP response returned by the
'Response' property of this exception for details.
此问题不会在任何其他环境(不是多节点环境)中出现
有人知道如何解决此问题吗?