外文翻译---一个为构建更安全ASP.NET和IIS网站的入门指南
《外文翻译---一个为构建更安全ASP.NET和IIS网站的入门指南》由会员分享,可在线阅读,更多相关《外文翻译---一个为构建更安全ASP.NET和IIS网站的入门指南(6页珍藏版)》请在毕设资料网上搜索。
1、英文文献 An Introductory Guide to Building and Deploying More Secure Sites with ASP.NET and IIS SUMMARY ASP.NET and Microsoft Internet Information Services (IIS) work together to make building secure Web sites a breeze. But to do it right, you have to know how the two interrelate and what options they p
2、rovide for securing access to a Web sites resources. This article, the first in a two-part series, explains the ABCs of Web security as seen through the eyes of ASP.NET and includes a hands-on tutorial demonstrating Windows authentication and ACL authorizations. A range of security measures and auth
3、entication methods are discussed, including basic authentication, digest authentication, and role-based security. Theres an old adage among developers that says building security into software is like paying taxes. You know its important and you know you must do it sooner or later, but you put it of
4、f as long as you can and when you finally do it, you do so only because you have to. You might not go to jail for building insecure applications, but security is no less important because of it. In many applicationsWeb applications in particularsecurity isnt a luxury; its a necessity. Security is a
5、big deal in network applications because by nature those applications are available to (and vulnerable to misuse by and attacks from) a larger population of users. When the network to which an application is deployed is the Internet, security becomes even more important because the list of potential
6、 users grows to about four billion. Web security is a broad and complicated subject. Much of the ongoing research in the field has to do with hardening Web servers against attacks. Microsoft Internet Information Services (IIS) administrators are all too aware of the past security holes in IIS and of
7、 several patches and security updates from Redmond. But this article isnt about protecting servers from buffer overruns and other hack attacks; rather, this article is about using ASP.NET to build secure sites that serve up pages only to authorized users. Most sites built with ASP.NET fall into one
8、of three categories:Sites whose content is freely available to everyone. Internet sites that serve the general population but require a login before displaying certain pages.eBay is a great example of such a site. Anyone can browse eBay and view the ongoing auctions, but when you place a bid, eBay r
9、equires a user name and password. eBay also has a feature named My eBay that lets you review the auctions youve bid on. Because My eBay pages are personalized for individual users and because they contain private information such as maximum bid prices, you must log in before viewing them. Intranet s
10、ites that expose content to a controlled population of usersfor example, a companys employeeswho have accounts in a Windows domain (or set of domains). Sometimes these sites support a limited degree of Internet access, too, so authorized users can access them from anywhere an Internet connection is
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 一个 构建 安全 asp net 以及 iis 网站 入门 指南
