随笔分类 -  ASP.NET

ASP.NET
摘要:I built up a team foundation server in VM. It goes without saying that this tool is really fabulou. I strongly recommed you to add the server into domain before you install the service. Dealing with m... 阅读全文
posted @ 2010-07-28 11:04 helloworld22 阅读(324) 评论(0) 推荐(0)
摘要:(翻译)十分钟内安装,配置,使用Windows Server Appfabric 几个星期前我写了关于Windows Server AppFabric的博客,许多朋友问到如何安装和配置Velocity。确实,在beta版本里这有点让人困惑,但是,在release版本里这一切方便多了。 阅读全文
posted @ 2010-07-14 14:05 helloworld22 阅读(4429) 评论(10) 推荐(7)
摘要:How To: Use CLR Profilerhttp://msdn.microsoft.com/en-us/library/ms979205patterns & practices: Performance Testing Guidancehttp://perftesting.codeplex.com/wikipage?title=How%20To:%20Identify%20a%20... 阅读全文
posted @ 2010-06-18 15:18 helloworld22 阅读(226) 评论(0) 推荐(1)
摘要:Be careful when you compare the GUID with the string and the mystery of upper-case and lower-case GUID values. 阅读全文
posted @ 2009-11-30 17:58 helloworld22 阅读(210) 评论(0) 推荐(0)
摘要:<machineKey> tag in the machine.config or web.config, like this:<machineKey validationKey="21F090935F6E49C2C797F69BBAAD8402ABD2EE0B667A8B44EA7DD4374267A75D7" decryptionKey="ABAA84D7EC4BB56D75... 阅读全文
posted @ 2009-09-10 13:48 helloworld22 阅读(305) 评论(0) 推荐(0)
摘要:CommandTimeout vs ConnectionTimeout 阅读全文
posted @ 2009-04-16 15:13 helloworld22 阅读(592) 评论(0) 推荐(0)
摘要:做页面开发都知道,IE6及以下版本不支持alpha透明度的问题一直是个大问题。IEPNGFix提供了很有实用价值的解决方案,现在IEPNGFix 2还新增支持设置背景位置和图片重复。现在你可以使用完整的半透明效果,你的网页不会再出现丑陋的灰色边界。使用很简单,只需要在你的CSS文件中增加一行,不改变任何其他HTML代码。标签和背景图片现在都支持了。 http://www.twinhelix.... 阅读全文
posted @ 2009-04-08 15:57 helloworld22 阅读(294) 评论(0) 推荐(0)
摘要:负载均衡下设置Session需要注意的一点 阅读全文
posted @ 2009-03-26 09:47 helloworld22 阅读(1158) 评论(0) 推荐(0)
摘要:The ASP Column: HTTP Modules 阅读全文
posted @ 2009-02-12 10:28 helloworld22 阅读(415) 评论(0) 推荐(0)
摘要:HttpRuntime.AppDomainAppVirtualPath : 项目虚拟路径 HttpRuntime.AppDomainAppPath : 项目物理路径 HttpRuntime.BinDirectory : BIN目录物理路径 HttpRuntime.ClrInstallDirectory : CLR安装路径(可以用来获取CLR版本号) 阅读全文
posted @ 2009-02-10 13:19 helloworld22 阅读(175) 评论(0) 推荐(0)
摘要:Concurrency violation: the DeleteCommand affected 0,一个解决dataset并发删除冲突的方法 阅读全文
posted @ 2009-02-02 17:16 helloworld22 阅读(709) 评论(0) 推荐(0)
摘要:无聊时候写了一个 下图是没有存储viewstate到数据库时 下图是存储到数据库时候,大家可以比较一下性能。 至于页面大小也就不说了,大家都知道如果用一些诸如gridview控件的时候viewstate会相当大的。 web.config里面有两个键值,可以设置来决定是否要存储到数据库或者压缩。 压缩方面还是用的SharpZipLib,一开始用里面的BZip,但是解压用Compres... 阅读全文
posted @ 2009-01-07 15:22 helloworld22 阅读(832) 评论(3) 推荐(0)
摘要:After tracing I finally found why the application is so slow. It really used too much time to open a database connection for logging, actually is existed. This function is wrapped in an dll. Although ... 阅读全文
posted @ 2008-12-25 15:09 helloworld22 阅读(190) 评论(0) 推荐(0)