随笔分类 -  V.ASP.NET

摘要:Windows Server AppFabric 扩展了 Windows Server 以为 Web 应用程序和中间层服务提供增强的托管、管理和缓存功能。 AppFabric 托管功能向 Internet 信息服务 (IIS)、Windows Process Activation Service (WAS) 和 .NET Framework 4 添加了服务管理扩展。其中包括托管服务和托管管理工具,这些工具使部署、配置和管理基于 Windows Communication Foundation (WCF) 和 Windows Workflow Foundation (WF) 的服务变得更加容易。 阅读全文
posted @ 2011-07-19 21:10 Rickie 阅读(671) 评论(0) 推荐(1) 编辑
摘要:Suppose you want to use http://XXX/aa-bb as your displayed url, but you want to remove the extension from your URL and the actual URL is http://XXX/aa-bb.aspx. You can write some codes by yourself to implement URL Rewriting feature. But there is a problem. The code only works on dev box.when hosted 阅读全文
posted @ 2011-03-10 22:37 Rickie 阅读(324) 评论(0) 推荐(0) 编辑
摘要:This article describes the life cycle of the page from the moment the URL is hit from the web browser till the HTML code is generated and sent to the web browser. Let us start by looking at some keywords that are involved in the life cycle of the page. 阅读全文
posted @ 2008-04-29 10:32 Rickie 阅读(1844) 评论(0) 推荐(0) 编辑
摘要:IntroductionThis topic describes the elements in the Web.config file that support Microsoft ASP.NET AJAX. It also describes how to incorporate those elements into the Web.config file for an existing A... 阅读全文
posted @ 2008-03-12 13:12 Rickie 阅读(755) 评论(0) 推荐(0) 编辑
摘要:在Windows NT/2000/XP的计算机中,Cookies文件的存放位置为C:\Documents and Settings\用户名\Cookies。硬盘中的Cookies文件可以被Web浏览器读取,它的命令格式为:用户名@网站地址[数字].txt。如一个Cookies文件名为:ch@163[1].txt。要注意的是:硬盘中的Cookies属于文本文件,不是程序。 阅读全文
posted @ 2008-01-16 09:53 Rickie 阅读(357) 评论(0) 推荐(0) 编辑
摘要:[Exception] – Could not load file or assembly App_Web_*** ASP.NET 阅读全文
posted @ 2007-08-23 16:28 Rickie 阅读(1715) 评论(0) 推荐(0) 编辑
摘要:One tip for javascript to invoke variables in asp.net web page Here’s what I used in an asp.net web page. NO TITLE "> …… This will raise the following error: The Controls collection can... 阅读全文
posted @ 2007-08-17 19:28 Rickie 阅读(586) 评论(0) 推荐(0) 编辑
摘要:An Application Pool can contain one or more applications and allows us to configure a level of isolation between different web applications. Because each application pool runs in its own work process, errors in one application pool will not affect the applications running in other application pools. 阅读全文
posted @ 2007-05-21 19:45 Rickie 阅读(1029) 评论(0) 推荐(0) 编辑
摘要:Logging Worker Process Recycling Events in IIS 6.0 (IIS 6.0) 阅读全文
posted @ 2007-03-13 08:27 Rickie 阅读(931) 评论(0) 推荐(0) 编辑
摘要:RSS stands for "Really Simple Syndication", is a standardized, XML-formatted means for syndication Web site content. Understand that RSS is intended to provide information about a Web site's latest content. For example, Yahoo! News provides RSS feeds of the latest news headlines, and TigerDirect.com provides RSS feeds of the feature items on the shopping site. Notice that RSS provides a synopsis for the recent articles or news items. It does not provide the complete content for all of 阅读全文
posted @ 2006-12-24 16:42 Rickie 阅读(945) 评论(2) 推荐(0) 编辑
摘要:URL mapping – ASP.NET 2.0 New feature 阅读全文
posted @ 2006-12-23 20:43 Rickie 阅读(737) 评论(1) 推荐(0) 编辑
摘要:GridView / RowCommand / e.CommandArgument In the following GridView’s RowCommand method, public void GridView1_RowCommand(object sender, GridViewCommandEventArgs e) e.CommandArgument is automatic... 阅读全文
posted @ 2006-11-17 09:40 Rickie 阅读(2086) 评论(1) 推荐(0) 编辑
摘要:Rewrite the master page form action attribute in asp.net 2.0 When all your web pages are reference to a master page, where a form element has already existed. But you want to rewrite the form action... 阅读全文
posted @ 2006-07-25 09:40 Rickie 阅读(1784) 评论(0) 推荐(0) 编辑
摘要:How to access Master page controls from the Content page At first, use the Page.Master property to get a reference to the actual master page instance, the use the Master.FindControls method to find ... 阅读全文
posted @ 2006-07-19 23:39 Rickie 阅读(1008) 评论(0) 推荐(0) 编辑
摘要:ASP.NET web site administration tool problem Posted by: Rickie / July 3, 2006 When using ASP.NET 2.0 web site configuration tool, you encounter the following exception. An error was encountered. Ple... 阅读全文
posted @ 2006-07-03 09:40 Rickie 阅读(1910) 评论(4) 推荐(0) 编辑
摘要:How to retrieve AssemblyInfo in C# Posted by: Rickie / June. 29, 2006 The following code snippet shows you how to programmatically retrieve information from AssemblyInfo.cs, e.g. AssemblyProduct, As... 阅读全文
posted @ 2006-06-29 13:47 Rickie 阅读(1189) 评论(2) 推荐(0) 编辑
摘要:Using Output Cache Output page caching is an ASP.NET feature that increases the performance of your web application by caching the HTML content generated from dynamic pages or controls. In other wor... 阅读全文
posted @ 2006-06-15 16:52 Rickie 阅读(894) 评论(1) 推荐(0) 编辑
摘要:Visual Studio 2005 Web Application Projects Released! Web Application Projects provide a companion web project model that can be used as an alternative to the built-in Web Site Project in Visual Stu... 阅读全文
posted @ 2006-05-10 09:10 Rickie 阅读(558) 评论(0) 推荐(0) 编辑
摘要:Selecting multiple checkboxes inside a GridView control By azamsharp This article describes how you can select checkboxes inside a GridView control. http://www.codeproject.com/aspnet/SelChkboxe... 阅读全文
posted @ 2006-05-09 10:39 Rickie 阅读(574) 评论(0) 推荐(0) 编辑
摘要:最近,给公司同事做了一个ASP.NET 2.0的培训(要求对比ASP),编写一份《ASP.NET 2.0开发》PPT。下载:《ASP.NET 2.0开发》 阅读全文
posted @ 2006-04-17 14:51 Rickie 阅读(3895) 评论(9) 推荐(0) 编辑

点击右上角即可分享
微信分享提示