Sam*_*ath 0 .net azure asp.net-mvc-routing azure-web-roles asp.net-mvc-2
当我在Windows Azure模拟器(开发环境)上运行Asp.Net MVC 2项目时,我遇到了下面提到的问题

我的web.config文件如下:
<httpRuntime maxUrlLength="4096" relaxedUrlToFileSystemMapping="true" maxQueryStringLength = "4096" requestValidationMode="4.0" />
Run Code Online (Sandbox Code Playgroud)
我的查询字符串URL如下:
注意:上面有1490 characters
我的控制器Action方法的重定向如下:
return RedirectToRoute("booking", new { action = "index", providerKey = providerKey, ownerKey = ownerKey, arguments = arguments, step = step });
Run Code Online (Sandbox Code Playgroud)
注意: arguments 具有以上查询字符串详细信息
如何摆脱这个错误页面?
| 归档时间: |
|
| 查看次数: |
2306 次 |
| 最近记录: |