惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
Help Net Security
Help Net Security
P
Privacy International News Feed
T
Threat Research - Cisco Blogs
C
Cisco Blogs
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
L
LINUX DO - 热门话题
Security Latest
Security Latest
A
Arctic Wolf
G
GRAHAM CLULEY
月光博客
月光博客
S
Securelist
D
Docker
J
Java Code Geeks
T
Troy Hunt's Blog
T
Tenable Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
SecWiki News
SecWiki News
S
Security @ Cisco Blogs
量子位
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 最新话题
Recent Commits to openclaw:main
Recent Commits to openclaw:main
aimingoo的专栏
aimingoo的专栏
博客园 - 【当耐特】
H
Heimdal Security Blog
The Hacker News
The Hacker News
博客园 - 三生石上(FineUI控件)
Application and Cybersecurity Blog
Application and Cybersecurity Blog
N
Netflix TechBlog - Medium
Vercel News
Vercel News
Forbes - Security
Forbes - Security
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
B
Blog
MongoDB | Blog
MongoDB | Blog
博客园 - 聂微东
Google DeepMind News
Google DeepMind News
S
Secure Thoughts
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
C
Check Point Blog
云风的 BLOG
云风的 BLOG
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
T
The Blog of Author Tim Ferriss
L
Lohrmann on Cybersecurity
F
Full Disclosure
D
Darknet – Hacking Tools, Hacker News & Cyber Security
P
Proofpoint News Feed

博客园 - POLARIS

献给所有学习控件和组件开发的读者 愿我们共同进步——献给《Programming ASP.NET 3rd. 中文版》 我是负责任的:《ASP.NET 2.0开发指南》勘误(持续更新) "千淘万漉虽辛苦,吹尽狂沙始到金"——写在《ASP.NET 2.0开发指南》正式上市之际 我是值得信赖的:《ASP.NET 2.0开发指南》开始接受预订了 撰写《ASP.NET 2.0开发指南》的非正式小结 ASP.NET 2.0书稿最新进展——开始一审 其实这不是一件值得庆幸的小事 初稿完成 Error from MSDN——No10.PasswordRecovery.UserNameTemplate 安装MSDN中文版后的乱弹 Error from MSDN——No9. Login.UserNameRequiredErrorMessage Error from MSDN——No8. Login.PasswordRequiredErrorMessage Error from MSDN——No7. Login.HelpPageIconUrl Error from MSDN——No6. Login.PasswordRecoveryIconUrl Error from MSDN——No5. Login.CreateUserIconUrl Error from MSDN——No4. Login.UserName 我走过去了,我得到了成长 Error from MSDN——No3. add subelement in membership Element (ASP.NET Settings Schema)
asp.net mvc 2+ extjs 3站点有时获取不了数据,导致不稳定,求解
POLARIS · 2010-07-16 · via 博客园 - POLARIS

使用ASP.NET MVC 2和ExtJs 3开发了一套OA系统部署在Windows Server 2003,IIS6当中。出现了点问题,弄得有点郁闷了。

现象:
有时候,大概是每隔两三天,登录OA系统之后,就会出现获取不了数据的问题,例如使用ExtJS显示的树形结构中,无法显示子级结构;还出现了无法显示数据列表的情况。
检查代码也没有找到什么问题。只要重新发布OA系统,或者重启IIS(使用iisreset命令),系统即可恢复正常。

另外,系统的用户较少,访问也不频繁
该系统还另外加入了一个短信猫,以便发短信使用,其数据库与OA系统数据库存放在一个SQL Server中发短信没问题

还有,就是在服务器的“事件管理器》应用程序”中发现,频繁出现警告错误,而且位置不定,例如显示NullReferenceException、InvalidCastException 、IndexOutOfRangeException 等等。具体异常显示位置不定,但是程序运行起来好像也没有看到什么具体的异常

这个问题困扰了一个月了,还是没有解决
请各位发表下意见吧