摘要:
matt powell
microsoft corporation
2001 年 9 月 19 日
在上一篇文章中,我们讨论了不同种类的攻击,以及如何进行配置以免受到攻击。本文中,我们将集中讨论如何进行设计和开发,以免受到攻击。
首先,我想介绍两个非常好的新工具,它们是 microsoft® 开发的,可使您的 web 服务器获得最大的安全性。asp?url=/technet......
摘要:
标头的作用
在查看代码之前,我们需要了解一下 soap 主题,即标头。soap 1.1 规范中谈论最少的内容之一就是 soap 标头。标头提供了一种扩展消息处理体系结构的简单方法。soap 1.1 规范中提到:标头在实现与消息主体没有特定关系的处理规则(例如验证和事务管理)时非常有用。对任何类型的消息来说,soap 标头都是以独立方式对可靠性信息进行编码的完美解决方案。规范中还概述......
BuildingaSimpleASP.NETEditorforWebConfiguration
in this article, a simple web based editor is built for the web.config file of asp.net. this article will cover the basics of the new web.config file structure, as well as helping the reader to understand the configuration file hierarchy of the .net environment. it will also demonstrate how the xmldocument object and its methods are used to simply load, modify, and write out xml from a .aspx page . the final code download is a simple web configuration file editor that allows a user to change the configuration settings of a web application through another web application, without needing to have explicit knowledge of the web.config file and its format.
code design motivation
...
下一页 摘要:
可靠的 xml web service
eric schmidt
microsoft corporation,xml core services 组,项目经理
2001 年 12 月 11 日
下载此专栏的示例代码。
注意:要下载与本文相关的代码,您需要:
visual studio .net release candidate(英文)
sql server 2000(英......