2007年4月12日

Setting Up the Login User Interface

摘要: VWD ships with //带有several Login controls that encapsulate //内嵌authentication and identification security functionality//验证和身份安全功能. In this lesson you will set up //建立,设置Web pages with several of thes... 阅读全文

posted @ 2007-04-12 15:14 改变热爱 阅读(300) 评论(1) 推荐(0)

Authentication and Authorization

摘要: Properly securing your Web sites has always been challenging//复发化. ASP.NET 1.x made significant improvements//重大改进 upon earlier technologies by encapsulating the security model //嵌入安全机制into the Framew... 阅读全文

posted @ 2007-04-12 14:11 改变热爱 阅读(251) 评论(0) 推荐(0)

SQL Express Dependency Caching

摘要: SQL Express dependency caching is easier to set up because SQL Express natively //天生地supports change notifications//通知. You do not need to run special command line utilities//命令行工具 to prepare the data... 阅读全文

posted @ 2007-04-12 09:36 改变热爱 阅读(208) 评论(0) 推荐(0)

Implementing SQL Server 7/2000 Dependency Caching

摘要: You are now going to configure//配置 your Web application to use SQL Server 7/2000 dependency caching and then add a page that takes advantage of//利用 it. The ASP.NET 2.0 web.config schema //图解,计划,模式has ... 阅读全文

posted @ 2007-04-12 09:35 改变热爱 阅读(238) 评论(0) 推荐(0)

Setting Up SQL Server 7/2000 Dependency Caching

摘要: SQL Server 7/2000 dependency caching requires you to run some setup scripts //安装脚本that build the cache tables ASP.NET will monitor for //监测changes. For this purpose the .NET Framework 2.0 provides a u... 阅读全文

posted @ 2007-04-12 09:34 改变热爱 阅读(182) 评论(0) 推荐(0)

Page Output Caching

摘要: You will now add a new page to your project that supports Page Output Caching. 1. Add a new Web Form to your project, naming it "PageOutputCaching.aspx". In the Add New Item dialog make sure to chec... 阅读全文

posted @ 2007-04-12 09:12 改变热爱 阅读(249) 评论(0) 推荐(0)

导航