0

我有一个 gridview (asp.net),它允许用户填写一些文本框并将数据提交到服务器(SQL Server 2005、Windows Server 2008、IIS 7.0),如果用户有很多数据要提交,我开始受到打击

Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 413

错误。是否有可以更新的 IIS 设置以允许来回发送最大数据?

编辑:我忘了提及,如果我在我的本地主机上运行应用程序,我不会收到导致我相信生产服务器的 IIS 设置会破坏此上传的错误。

4

1 回答 1

0

My guess is the setting for UploadReadAheadSize is the key to your problem. There are several ways to adjust this setting, all detailed in HTTP 413 Request Entity too large in IIS 6 and 7

于 2013-07-10T18:10:32.850 回答