上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页

2007年5月14日

Monitoring Your Application[3]->Web Events

摘要: The web events feature provides a general framework for emitting runtime events to indicate the occurrence of interesting actions in the application, report application health, or any other informatio... 阅读全文

posted @ 2007-05-14 09:03 改变热爱 阅读(199) 评论(0) 推荐(0)

Monitoring Your Application[2]->Handling Errors

摘要: When an error occurs on a page, ASP.NET sends information about the error to the client. Errors are divided into four categories: Configuration errors: Occur when the syntax or structure of a Web... 阅读全文

posted @ 2007-05-14 09:02 改变热爱 阅读(236) 评论(0) 推荐(0)

Monitoring Your Application[1]->Tracing

摘要: When you are developing an application, it is often helpful to be able to insert debugging print statements into your code to output variables or structures, assert whether a condition is met, or just... 阅读全文

posted @ 2007-05-14 09:01 改变热爱 阅读(148) 评论(0) 推荐(0)

Monitoring Your Application

摘要: What's New in 2.0 ASP.NET 2.0 provides more integrated tracing and instrumentation functionality to enable administrators to better diagnose and fix problems within the application. The new runtime i... 阅读全文

posted @ 2007-05-14 08:59 改变热爱 阅读(158) 评论(0) 推荐(0)

Managing Your ASP.NET Application[5]->Configuring the Process Model

摘要: One of the most important requirements for ASP.NET Framework applications is reliability. The architecture of applications running inside the server process (in IIS, Inetinfo.exe) does not produce a s... 阅读全文

posted @ 2007-05-14 08:56 改变热爱 阅读(250) 评论(0) 推荐(0)

Managing Your ASP.NET Application[4]->Using Management Tools

摘要: ASP.NET 2.0 includes a full range of management tools that you can use to configure your web application: An ASP.NET Microsoft Management Console Snapin that integrates with the Internet Informat... 阅读全文

posted @ 2007-05-14 08:55 改变热爱 阅读(176) 评论(0) 推荐(0)

Managing Your ASP.NET Application[3]->Using the Management API

摘要: ASP.NET 2.0 now includes a full configuration management API that enables you to navigate, read, and write application configuration. The management API has the following benefits: Configuration ... 阅读全文

posted @ 2007-05-14 08:54 改变热爱 阅读(220) 评论(0) 推荐(0)

Managing Your ASP.NET Application[2]->Retrieving Configuration

摘要: You can access configuration settings from within an ASP.NET application by using either the ConfigurationManager class, or the GetConfig or GetAppConfig method of the current HttpContext. The object ... 阅读全文

posted @ 2007-05-14 08:53 改变热爱 阅读(179) 评论(0) 推荐(0)

Managing Your ASP.NET Application[1]->Configuration File Format

摘要: ASP.NET configuration files are XML text files — each named web.config — that can appear in any directory of an ASP.NET Web application. Each web.config file applies configuration settings to the dire... 阅读全文

posted @ 2007-05-14 08:52 改变热爱 阅读(423) 评论(0) 推荐(0)

Managing Your ASP.NET Application

摘要: What's New in 2.0 Configuration API - The configuration API allows you to write programs and tools to examine and modify application configuration, using a full strongly typed configuration API ... 阅读全文

posted @ 2007-05-14 08:51 改变热爱 阅读(198) 评论(0) 推荐(0)

Understanding Applications and State[4]->HTTP Handlers and Factories

摘要: ASP.NET provides a low-level request/response API that enables developers to use .NET Framework classes to service incoming HTTP requests. Developers accomplish this by authoring classes that support ... 阅读全文

posted @ 2007-05-14 08:49 改变热爱 阅读(153) 评论(0) 推荐(0)

Understanding Applications and State[3]->Using the Global.asax File

摘要: In addition to writing UI code, developers can also add application level logic and event handling code into their Web applications. This code does not handle generating UI and is typically not invoke... 阅读全文

posted @ 2007-05-14 08:48 改变热爱 阅读(152) 评论(0) 推荐(0)

Understanding Applications and State[2]->Managing State

摘要: State management is an important aspect of any Web application. Because state information is lost between subsequent requests, ASP.NET provides a variety of way to preserve state both server-side and ... 阅读全文

posted @ 2007-05-14 08:48 改变热爱 阅读(182) 评论(0) 推荐(0)

Understanding Applications and State[1]->Application Structure

摘要: A single web server can host multiple ASP.NET web applications. Web applications are organized into web sites, with each web site identified by a unique HostName and Port combination. Each web site ca... 阅读全文

posted @ 2007-05-14 08:46 改变热爱 阅读(185) 评论(0) 推荐(0)

Understanding Applications and State

摘要: What's New in 2.0 Session State Extensibility - Session State is now built upon a fully extensible, provider-based storage model. ASP.NET 2.0 ships with providers for in-process, out-of-process ... 阅读全文

posted @ 2007-05-14 08:45 改变热爱 阅读(217) 评论(0) 推荐(0)

上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 18 下一页

导航