asp.net项目注意事项

  1:配置httpRuntime

  <httpRuntime executionTimeout= "180" maxRequestLength= "102400"   useFullyQualifiedRedirectUrl= "false" minFreeThreads= "8"   minLocalRequestFreeThreads= "4"  
      appRequestQueueLimit= "100"/>

  设置超时时间和上传附件大小等,否则容易报"超时时间已到。在操作完成之前超时时间已过或服务器未响应。"的错误

  2:配置编码格式

  <globalization requestEncoding="utf-8" responseEncoding="utf-8" culture="zh-CN" uiCulture="zh-CN"/>

  否则如果系统中下拉框有中文的value时容易报"回发或回调参数无效。"的错误

  

  

 

posted @ 2010-12-01 16:33  zhouruixi0728  阅读(229)  评论(0编辑  收藏  举报