毕业论文

打赏
当前位置: 毕业论文 > 外文文献翻译 >

ASP英文参考文献翻译(2)

时间:2019-09-28 21:20来源:毕业论文
You can easily remove, add to, or replace these schemes depending upon the needs of your application. ASP always runs with a particular Windows identity so you can secure your application using Window


You can easily remove, add to, or replace these schemes depending upon the needs of your application. ASP always runs with a particular Windows identity so you can secure your application using Windows capabilities such as NTFS Access Control Lists (ACLs), database permissions, and so on. For more information on the identity of ASP,ASP provides intrinsic state management functionality that enables you to store information between page requests, such as customer information or the contents of a shopping cart. You can save and manage application-specific, session-specific, page-specific, user-specific, and developer-defined information.
This information can be independent of any controls on the page.ASP offers distributed state facilities, which enable you to manage state information across multiple instances of the same application on one computer or on several computers. ASP applications use a configuration system that enables you to define configuration settings for your Web server, for a Web site, or for inpidual applications. You can make configuration settings at the time your ASP applications are deployed and can add or revise configuration settings at any time with minimal impact on operational Web applications and servers. ASP configuration settings are stored in XML-based files. Because these XML files are ASCII text files, it is simple to make configuration changes to your Web applications. You can extend the configuration scheme to suit your requirements.
ASP includes features that enable you to monitor health and performance of your ASP application. ASP health monitoring enables reporting of key events that provide information about the health of an application and about error conditions. These events show a combination of diagnostics and monitoring characteristics and offer a high degree of flexibility in terms of what is logged and how it is logged. ASP supports two groups of performance counters accessible to your applications:the ASP system performance counter group,the ASP application performance counter group.ASP takes advantage of the run-time debugging infrastructure to provide cross-language and cross-computer debugging support. You can debug both managed and unmanaged objects, as well as all languages supported by the common language runtime and script languages. In addition, the ASP page framework provides a trace mode that enables you to insert instrumentation messages into your ASP Web pages.
ASP supports XML Web services. An XML Web service is a component containing business functionality that enables applications to exchange information across firewalls using standards like HTTP and XML messaging. XML Web services are not tied to a particular component technology or object-calling convention. As a result, programs written in any language, using any component model, and running on any operating system can access XML Web services. ASP includes an extensible hosting environment that controls the life cycle of an application from when a user first accesses a resource (such as a page) in the application to the point at which the application is shut down. While ASP relies on a Web server (IIS) as an application host, ASP provides much of the hosting functionality itself. The architecture of ASP enables you to respond to application events and create custom HTTP handlers and HTTP modules. ASP includes enhanced support for creating designers for Web server controls for use with a visual design tool such as Visual Studio. Designers enable you to build a design-time user interface for a control, so that developers can configure your control's properties and content in the visual design tool.
英文参考文献翻译
ASP 是一个统一的 Web 开发模型,它包括您使用尽可能少的代码生成企业级 Web 应用程序所必需的各种服务。ASP 作为 .NET Framework 的一部分提供。当您编写 ASP 应用程序的代码时,可以访问 .NET Framework 中的类。您可以使用与公共语言运行库 (CLR) 兼容的任何语言来编写应用程序的代码,这些语言包括 Microsoft Visual Basic、C#、JScript .NET 和 J#。使用这些语言,可以开发利用公共语言运行库、类型安全、继承等方面的优点的 ASP 应用程序.ASP 包括:页和控件框架、ASP 编译器、安全基础结构、状态管理功能、应用程序配置、运行状况监视和性能功能、调试支持、XML Web services 框架、可扩展的宿主环境和应用程序生命周期管理、可扩展的设计器环境。论文网 ASP英文参考文献翻译(2):http://www.751com.cn/fanyi/lunwen_40091.html
------分隔线----------------------------
推荐内容