上一页 1 ··· 266 267 268 269 270 271 272 273 274 ··· 337 下一页
摘要: 在IIS6下,经常出现w3wp.exe的内存及CPU占用不能及时释放,从而导致服务器响应速度很慢。 解决CPU占用过多: 1、在IIS中对每个网站进行单独的应用程序池配置。即互相之间不影响。 2、设置应用程序池的CPU监视,不超过25%(服务器为4CPU),每分钟刷新,超过限制时关闭。 根据w3wp取得是哪一个应用程序池: 1、在任务管理器中增加显示pid字段(任务管理器>查看>选择列... 阅读全文
posted @ 2010-02-06 11:54 emanlee 阅读(4213) 评论(0) 推荐(1)
摘要: 可在 Boot.ini 文件中添加以下开关。注意:除非另行说明,这些开关 适用于 Microsoft Windows XP 和 Microsoft Windows Server 2003。/basevideo/basevideo 开关通过使用与所有视频适配器都兼容的视频驱动程序来强制系统进入标准 640x480 16 色 VGA 模式。该开关允许您在选择了错误的视频分辨率或刷新频率时加载系统。请将... 阅读全文
posted @ 2010-02-06 11:52 emanlee 阅读(811) 评论(0) 推荐(0)
摘要: 在asp.net中的Session存储方式不象asp那样单一,一共提供了三种存储方式,由于最近一个2000多人使用的web软件出现了故障, 用户每天早上在某一时刻出现难以登陆现象,接着Session丢值出现,只有重启IIS,或机器.这时程序恢复正常了.整天都不会出现同样的问题 ,但是第二天依旧!这种现象持续了好几天,我检查了一下日志文件,高峰每秒访问人数大概20人左右,同时大概100多人在线,以后... 阅读全文
posted @ 2010-02-06 11:24 emanlee 阅读(277) 评论(0) 推荐(1)
摘要: MemoryLimit Tuning (ASP.NET v1.1) IIS 6.0 replaces theMemoryLimit machine.config setting from ASP.NET on Windows 2000 with IIS Manager UI configuration when running on Windows 2003. By default,... 阅读全文
posted @ 2010-02-06 11:15 emanlee 阅读(398) 评论(0) 推荐(0)
摘要: processModel Element in Machine.config (The processModel's describe is from MSDN Microsoft) The default processModel element in Machine.config of a particular server as follows: <system.web> &l... 阅读全文
posted @ 2010-02-06 11:14 emanlee 阅读(2203) 评论(0) 推荐(2)
摘要: How to : Use a Key Value Pair in your AutoCompleteExtender ( updated again... ) Hi all,This has come up time and again on the asp.net Ajax forums and has become the Top Voted issue for the AutoCompleteExtender Work Items . I had some time the other day and set upon to write a fix for this .How do yo 阅读全文
posted @ 2010-02-05 00:25 emanlee 阅读(916) 评论(0) 推荐(0)
摘要: 关键词:实时 监测 监视 查看 虚拟内存 A.在“我的电脑”上单击鼠标右键,选择“属性->高级”,单击“性能”下面的“设置”按钮,然后选择“高级”页,单击“虚拟内存”下方的“更改”按钮。选择“自定义大小”,并将“起始大小”和“最大值”都设置为300M,这只是一个临时性的设置。设置完成后重新启动计算机使设置生效。 B.进入“控制面板->管理工具”,打开“性能”,展开“性能日志和警告”,... 阅读全文
posted @ 2010-02-04 12:59 emanlee 阅读(1237) 评论(0) 推荐(0)
摘要: Sql Server2005的一个新特性便是我等了很久的Row_Number(),以前用Oracle时用rownumber写分页存储过程很方便:)下面是我做的一个小小的测试,测试我原来在sql server2000下所用的分页存储过程与使用Row_Number()编写的存储过程在Sql Server... 阅读全文
posted @ 2010-02-02 22:52 emanlee 阅读(276) 评论(0) 推荐(0)
摘要: RDL/RDLC (Reporting Services )导出 Excel的种种限制 Updated: 12 December 2006 There are limitations on reports that are exported to Microsoft Excel. The most significant are the following: Support for Micros... 阅读全文
posted @ 2010-01-31 21:23 emanlee 阅读(402) 评论(0) 推荐(0)
摘要: 指定缓存失效的数据库依赖项。可以具体到数据库和表。 具体配置具体要经过几个步骤: 1.   注册连接池 命令:aspnet_regsql -S 192.168.30.220"SQL2K -U sa -P sa -ed -d pubs -et -t test专门注册连接池的工具 在sql数据库的数据 库改变了,才改变缓存。 参数:   &#... 阅读全文
posted @ 2010-01-31 16:15 emanlee 阅读(421) 评论(0) 推荐(0)
上一页 1 ··· 266 267 268 269 270 271 272 273 274 ··· 337 下一页