AJAX : The Timer |
The Timer is very easy to use—simply drop it on a page that hosts a ScriptManager. The default settings for the timer cause the timer to generate postbacks every minute . The Timer is enabled by default and begins firing events as soon as the page loads. |
|
Getting Familiar with AJAX |
In this exercise, you create a page with labels showing the date and time that the page loads. One label is outside the UpdatePanel, and the other label is inside the UpdatePanel. You can see how partial-page updates work by comparing the date and time shown in each label. |
|
ASP.NET Server-Side Support for AJAX & AJAX Client Support |
The ASP.NET AJAX Control Toolkit is a collection of components (and samples showing how to use them) encapsulating AJAX capabilities. When you browse through the samples, you can get an idea of the kind of user experiences available through the controls and extenders. |
|
ASP.NET and AJAX |
Microsoft supports standard AJAX idioms and patterns in the ASP.NET framework. However, AJAX is more a style of Web programming involving out-of-band HTTP requests than any specific technology. |
|
IIS 7.0 : Securing Communications with Secure Socket Layer (SSL) |
By default, all communication between the Web server and the client occurs over a clear-text connection, which has the potential to expose the information included in the requests and responses to an attacker able to listen to the communication at the network layer. |
|
|
|
|
|
|
|
|
IIS 7.0 : Implementing Access Control - Request Filtering |
The Request Filtering feature is an improved version of the UrlScan tool available for previous versions of IIS. The Request Filtering feature enforces limitations on the format of the request URL and its contents to protect the application from possible exploits that may arise from exceeding these limits. |
|
|
|
|
|
Advanced ASP.NET : The Entity Framework (part 2) |
If your tables are stuffed full of properties, the data model diagram can quickly get cluttered. In this case, you can hide a table's property list by clicking the up-pointing arrow in the top-right corner of the table box. |
|
|
|
|
|
IIS 7.0 : Application Logging |
Besides the standard IIS type logs, other items can be logged. Many of these options can be set with the IIS Manager or by using Appcmd. |
|
IIS 7.0 : Configuring IIS Logging |
IIS 7.0 provides multiple ways to configure and administer your Web server, and that includes configuring your log settings. This section covers how to use the built-in graphical user interface (GUI) as well as command line tools to configure log settings. |
|
|
|
|
IIS 7.0 : Managing Configuration - Delegating Configuration (part 2) |
For a user to manage a site or application remotely using the IIS Manager, it is necessary to assign specific permissions to the content. The service account for the Web Management Service (WMSvc) must have read and write permissions to web.config in order to successfully connect remotely. |
|
IIS 7.0 : Managing Configuration - Delegating Configuration (part 1) |
The new configuration system in IIS 7.0 was designed to provide rich support for feature delegation. This term has a special meaning in IIS 7.0—the ability to designate features that Web site administrators or application managers can control at the site or application level—without making them administrators on the server. |
|
|
|
IIS 7.0 : Editing Configuration - Setting Configuration |
To set configuration, you need to know three things: the name of the section that contains the desired configuration settings, the desired property of that section, and the configuration path at which you want to set this setting to apply . |
|
|
|
IIS 7.0 : Configuration File Syntax |
Each configuration file uses special XML elements called configuration sections to specify configuration information. A configuration section is the basic unit of configuration, typically defining the behavior of a specific part or feature in the Web server. |
|
|
|
|
|
IIS 7.0 : Performance and Tuning - Network |
One of the best performance enhancements in Microsoft Windows Server 2008 is a complete redesign of the Transmission Control Protocol/Internet Protocol (TCP/IP) stack, also known as the Next Generation TCP/IP stack. |
|