我的请求是在IIS上使用大型主体负载时出错,将maxAllowedContentLength
设置为大而我的请求有效负载仅为300kb且字符串非常大,我只是想知道为什么仍然会出现该错误,
这是我面临的错误
<html>
<head>
<title>500 Internal Server Error</title>
</head>
<body bgcolor="white">
<center>
<h1>500 Internal Server Error</h1>
</center>
<hr>
<center>nginx/1.4.7</center>
</body>
</html>