<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_ASP.NET Lab</title><subtitle type="text">The Best Web, The Best Future</subtitle><id>http://feed.cnblogs.com/blog/u/23143/rss</id><updated>2011-03-11T21:48:26Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><generator>CNBlogs BlogServer</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/23143/rss"/><entry><id>http://www.cnblogs.com/Laeb/archive/2007/09/05/883449.html</id><title type="text">ASP.NET Web 页面语法概览</title><summary type="text">已创建的 ASP.NET Web 页面类似于静态 HTML Web 页面（即不包括基于服务器端处理的页面），但是它们包括了被 ASP.NET 所认可的额外元素，并且在页面运行的时候进行处理。ASP.NET Web 页面区别于静态 HTML（或者其他）页面的特征如下：</summary><published>2007-09-05T11:57:00Z</published><updated>2007-09-05T11:57:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/09/05/883449.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/09/05/883449.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/05/11/743429.html</id><title type="text">ASP.NET Web 页面中的新事物</title><summary type="text">本文描述了 .NET Framework 2.0 的 ASP.NET Web 页面中被加入的重要变化与新特征。</summary><published>2007-05-11T14:06:00Z</published><updated>2007-05-11T14:06:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/05/11/743429.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/05/11/743429.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/05/02/734478.html</id><title type="text">渐增的许可</title><summary type="text">依赖于应用程序的授权方式，被管理的应用程序在需要比当前策略所允许的更多许可来运行的时候就会抛出一个异常，并且也会出现执行失败，或者不能够正常工作。你可以使用 Permissions View 工具（Permview.exe）来查看最小的必需许可，可选的必需许可以及通过汇编集通过比较汇编集所请求并且实际接收到的许可之后的被拒绝许可。注意这个工具只会显示已经通过使用声明语法的应用程序而明确被请求到的许可。通过这个信息，你就可以增加新的许可，这些许可是由汇编集通过创建新的自定义代码分组并且把它关联到包含应用程序需要正常运行时所需要的所有许可的新自定义许可集而接收到的。但是，你应该只在信任或者根据适当的可靠证据来信任应用程序的来源的情况下才增加许可。（在多数情况下，管理员都会拥有一些可以用来对若干需要类似许可的应用程序进行分类的自定义代码分组。）</summary><published>2007-05-02T04:44:00Z</published><updated>2007-05-02T04:44:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/05/02/734478.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/05/02/734478.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/05/01/734163.html</id><title type="text">介绍 ASP.NET Web 页面</title><summary type="text">ASP.NET Web 页面允许你为你的 Web 站点创建动态内容。而对于静态的 HTML 页面（.htm 或者 .html 文件），服务器则会通过读取该文件并且把它原封不动地发送到浏览器来完成一个 Web 请求。相反，当有人请求一个 ASP.NET Web 页面（.aspx 文件）的时候，该页面就会像 Web 服务器上的程序一样得到运行。一旦页面开始运行，它就可以为你的 Web 站点而完成任何必需的任务，包括数值的计算、读取或者写入数据库信息，或者调用其他程序。而作为它的输出，页面会动态产生标记（HTML 或者其他标记语言中的元素）并且把这个动态输出发送到浏览器。</summary><published>2007-05-01T12:15:00Z</published><updated>2007-05-01T12:15:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/05/01/734163.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/05/01/734163.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/04/18/718792.html</id><title type="text">管理工具</title><summary type="text">配置安全策略的建议方式就是使用 .NET Framework Configuration 工具（Mscorcfg.msc）。这个工具提供了向导来帮助你调整你的用户，机器，以及企业安全设置。下表描述了这些向导。</summary><published>2007-04-18T13:01:00Z</published><updated>2007-04-18T13:01:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/04/18/718792.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/04/18/718792.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/04/06/703008.html</id><title type="text">ASP.NET Web 页面概览</title><summary type="text">你可以把 ASP.NET Web 页面当成你的 Web 应用程序的可编程用户界面来使用。ASP.NET Web 页面可以在任何浏览器或者客户端设备中把信息呈现给用户，并且使用服务器端代码来实现应用程序逻辑。ASP.NET Web 页面是：</summary><published>2007-04-06T09:37:00Z</published><updated>2007-04-06T09:37:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/04/06/703008.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/04/06/703008.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/04/05/701754.html</id><title type="text">检测何时需要更改安全策略</title><summary type="text">你不一定必需去更改默认的安全设置。在多数情况下，默认的安全设置提供了一种适当的保护级别。不是来自于本地计算机的代码（并且因此拥有较少的可信任度）接收对于默认安全策略之下的被保护资源的被限制访问。而来自于 Internet 和本地局域网的代码则以下列方式而被限制：</summary><published>2007-04-05T11:05:00Z</published><updated>2007-04-05T11:05:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/04/05/701754.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/04/05/701754.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/04/03/698768.html</id><title type="text">安全策略管理的概览</title><summary type="text">.NET Framework 安全系统是由一个被称为安全策略的可配置规则集而被支配的。这个策略允许终端用户或者管理员来调整相应的设置，从而检测哪种资源代码才是被允许访问的并且最终决定哪种代码才是被允许根本运行的。</summary><published>2007-04-03T11:00:00Z</published><updated>2007-04-03T11:00:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/04/03/698768.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/04/03/698768.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/03/31/695410.html</id><title type="text">System.Net 类的最佳习惯</title><summary type="text">下列建议将帮助你使用包含在 System.Net 中的类并且得到它们的最佳优势：</summary><published>2007-03-31T13:23:00Z</published><updated>2007-03-31T13:23:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/03/31/695410.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/03/31/695410.html"/></entry><entry><id>http://www.cnblogs.com/Laeb/archive/2007/03/29/693253.html</id><title type="text">异常处理的最佳习惯</title><summary type="text">一个被良好设计的错误处理代码块集可以让程序更健壮并且面临更少的崩溃机会，因为这样的应用程序对错误进行了处理。下面的列表包含了异常处理最佳习惯中的建议：</summary><published>2007-03-29T11:47:00Z</published><updated>2007-03-29T11:47:00Z</updated><author><name>Laeb</name><uri>http://www.cnblogs.com/Laeb/</uri></author><link rel="alternate" href="http://www.cnblogs.com/Laeb/archive/2007/03/29/693253.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/Laeb/archive/2007/03/29/693253.html"/></entry></feed>
