`
hotforcc
  • 浏览: 61085 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

NET web site 的 timeout 问题

    博客分类:
  • net
阅读更多
  现在开始处理NET项目的bug问题,摆在面前的bug有两个问题,一个是把从数据库查询出来的数据输出到svc表中超时问题.在出现大约2000个记录,每个记录30列的时候.执行时间竟然有2分多钟时间,只要这个操作超过2分钟就会出现一个错误页面.这个页面在我的项目中并没有发现,但是能肯定的是这个一个超时问题
   超时有三种:1客户端IE超时.经过n次检查,没有发现问题 2是服务器超时,查找web site 的time out 选项,发现真的是120,心中狂喜,该成了600,不起作用,还有一个问题,就是跳出来的错误页面不是我项目里面的,并且项目的error 属性没有联结到一个单独的文件上去?这个怎么解释.3中间服务器超时.经过n次郁闷,还是是不是有中间服务器,于是去问老大,果然有,倒....
  然后就是数据输出到svc表效率低的问题了.easy ,查了查和数据无关,应该是在写excel缓冲大的问题.解决,Perfect !  
 
分享到:
评论

相关推荐

    Build Your Own Web Site The Right Way Using HTML & CSS(part1)

    Be accessible to disabled users who use screenreaders to browse the WebBy the end of the book, you’ll be equipped with enough knowledge to set out on your first projects as a professional web ...

    Build Your Own Web Site The Right Way Using HTML & CSS(part2)

    Be accessible to disabled users who use screenreaders to browse the WebBy the end of the book, you’ll be equipped with enough knowledge to set out on your first projects as a professional web ...

    Build.Your.Own.Web.Site.The.Right.Way.Using.HTML .CSS .pdf

    Numerous books have been written on the topics of web design and programming, as have many free tutorials that you can read on the 。ッNet. Many of them were written during those heady years, and were...

    exchange 2007owa登录超时解决方案

    - New-OwaVirtualDirectory "public" -OwaVersion Exchange2003or2000 -VirtualDirectoryType PublicFolders -WebSiteName "Default Web Site" - New-OwaVirtualDirectory "exchweb" -OwaVersion Exchange2003or...

    Web Operations:Keep data on time(网站运维)

     ·问题发生后了解症结所在,防止其再次发生 ·查看全部>>目录foreword preface 1 web operations: the career theo schlossnagle why does web operations have it tough? from apprentice to master conclusion ...

    JSPsession超时提示

    alert("Your session will timeout in " + Math.round((timeout_sec - warn_sec) / 60000) + " minute, please click a button or navigate to another page to refresh your session before it expires.");...

    Sams Teach Yourself Microsoft Expression Web 3 in 24 Hours.pdf

    new and exciting web development application, Expression Web 3. If so, I congratu- late you: By choosing this application as your platform, you are already well on your way to creating functional and ...

    Web Operations

    Web Operations Web运维 网络应用牵涉到很多专业人土,而网站运维人员必须确保应用的每一部分在其整个生命周期中都能正常工作。当初创公司遭遇了未曾预期的访问流量尖峰,或者当某个新特性导致成熟应用失效时,你就...

    [HTML] HTML & CSS 个人网站创建教程 第2版 (英文版)

    By the end of the book, you'll be equipped with enough knowledge to set out on your first projects as a professional web developer, or you can simply use the knowledge you've gained to create ...

    serverxmlhttp.rar_because7u4_serverXmlHttp_site:www.pudn.com

    《ServerXMLHTTP详解——深入理解XMLHTTP...ServerXMLHTTP提供了timeout属性来设置请求超时时间,以及onreadystatechange事件处理程序来处理重试逻辑。例如: ```vbscript http.timeout = 60000 ' 设置超时时间为60秒 ...

    nginx-php配置测试通过

    2. **创建站点配置文件**:在Nginx的conf.d目录下创建一个新的配置文件,例如`my-site.conf`。 3. **定义服务器块**:在配置文件中定义一个服务器块,指定监听端口、服务器名称(可选)以及站点根目录。 4. **配置...

    modsecurity handbook

    Situated between your web sites and the world, web application firewalls provide an additional security layer, monitoring everything that comes in and everything that goes out. They enable you to ...

    http错误集合

    - **504 Gateway Timeout**:作为网关或代理工作的服务器没有及时从上游服务器收到请求。 - **505 HTTP Version Not Supported**:服务器不支持请求中所使用的HTTP协议版本。 #### 三、处理404错误页面的注意事项 -...

    CHENGBAOBBS

    Connect Timeout=30;User Instance=True"/> <system.web> ~/Common/LimitPop.aspx" /> <pages validateRequest="false"></pages> <!-- 通过 <authentication> 节可以配置 ASP.NET 使用的 安全身份验证...

    常见IIS错误,适合web编程者

    - **504 Gateway Timeout**:作为网关或代理工作的服务器没有及时从上游服务器收到请求。 - **505 HTTP Version Not Supported**:服务器不支持请求中使用的HTTP版本。 #### FTP错误代码解析 FTP协议中也有一些...

    webservice-ajax

    } function OnTimeOut(arg) { alert("timeOut has occured"); } function OnError(arg) { alert("error has occured: " + arg._message); } </script> </head> <body> ...

    Demo10_webconfig配置.rar

    ~/Account/Login.aspx" timeout="2880" /> </system.web> ``` 然后,`<authorization>`元素用于定义哪些用户或角色可以访问特定的资源。例如,只允许"Admins"角色的用户访问"AdminArea": ```xml <system.web> ...

    《Java数据结构与算法》中的源代码和applet

    These are the applets that accompany the book "Data Structures and Algorithms in Java," Second Edition. Robert Lafore, 2002 The applets are little ....html files are available on the Sams web site.

Global site tag (gtag.js) - Google Analytics