在我们在单声道上运行的 ASP MVC 应用程序上,我们有时会在创建 WebRequests 时得到这个 NotSupportedException: http。这是堆栈跟踪:
979: Message: System.NotSupportedException: http
980: at System.Net.WebRequest.GetCreator (System.String prefix) [0x00000] in <filename unknown>:0
981: at System.Net.WebRequest.CreateDefault (System.Uri requestUri) [0x00000] in <filename unknown>:0
Version Information: 3.0.12 (master/b39c829 Tue Jun 18 11:23:32 CEST 2013); ASP.NET Version: 4.0.30319.17020
https://github.com/mono/mono/blob/master/mcs/class/System/System.Net/WebRequest.cs#L479
有时它起作用,有时它不起作用。我不知道为什么。有没有人解决这个问题?