ASP.NET体系结构外文翻译
《ASP.NET体系结构外文翻译》由会员分享,可在线阅读,更多相关《ASP.NET体系结构外文翻译(11页珍藏版)》请在毕设资料网上搜索。
1、附录 1:外文文献原文 ASP.NET Architecture1 ASP.NET is fully managed code to deal with the use of Web requestfor a mature platform engine. It not only onlyWebForms and WebServices. ASP.NET processing engine is also a request, access to client requests it, and then through its built-in channels, the request to
2、 an end, in the end, developers can add logic to deal with this request code. In fact the engine and HTTP or Web Server is completely separate. In fact, HTTP is a run-time components, you can host it in IIS on the outside of the application, and even can be, and other services together. Pipeline thr
3、ough the use of built-in routing the request, HTTP runtime to provide a set of complex, but very elegant mechanism. In dealing with every aspect of the request are a lot of objects, but the majority of objects or events can be derived from the expansion interface. Therefore, this framework has a ver
4、y high scalability. A mechanism through which to enter a lower level interface, such as: caching, authentication, authorization, such as is possible. You can process the request before or after the content filtering, or simply to match the signature of the designated client requests directly to your
5、 router or to other code in the URL. For the same thing can be dealt with through different methods, and the realization of the code are very intuitive. In addition, between the easy development and performance, HTTP operation was to provide the best flexibility. ASP.NET 2.0 is designed with adminis
6、tration and manageability in mind. We recognize that while simplifying the development experience is important, deployment and maintenance in a production environment is also a key component of an applications lifetime. ASP.NET 2.0 introduces several new features that further enhance the deployment,
7、 management, and operations of ASP.NET servers. 1http:/ Configuration API. ASP.NET 2.0 contains new configuration management APIs, enabling users to programmatically build programs or scripts that create, read, and update Web.config and machine.config configuration files. ASP.NET MMC Admin Tool. ASP
8、.NET 2.0 provides a new comprehensive admin tool that plugs into the existing IIS Administration MMC, enabling an administrator to graphically read or change common settings within our XML configuration files. Pre-compilation Tool. ASP.NET 2.0 delivers a new application deployment utility that enabl
9、es both developers and administrators to precompile a dynamic ASP.NET application prior to deployment. This precompilation automatically identifies any compilation issues anywhere within the site, as well as enables ASP.NET applications to be deployed without any source being stored on the server (o
10、ne can optionally remove the content of .aspx files as part of the compile phase), further protecting your intellectual property. Health Monitoring and Tracing. ASP.NET 2.0 also provides new health-monitoring support to enable administrators to be automatically notified when an application on a serv
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- asp net 体系结构 外文 翻译
