Auto-Start ASP.NET Applications (VS 2010 and .NET 4.0 Series)
page 1 of 5
Published: 15 Sep 2009
Unedited - Community Contributed
Abstract
In this article, Scott examines a new feature of ASP.NET 4.0 where developers can start ASP.NET applications without having to wait for an external client to hit the web server. After a brief introduction, he provides a detailed explanation of how to configure an ASP.NET 4.0 application to Auto-Start with code examples.
by Scott Guthrie
Feedback
Average Rating: This article has not yet been rated.
Views (Total / Last 10 Days): 23341/ 43

Introduction

Republished with Permission - Original Article

This is the seventh in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release.

I’m going to switch from discussing new VS 2010 tooling features and instead do a few posts covering a few new runtime features (don’t worry – I’ll come back to a lot more VS features, I’m just trying to mix things up a bit).

Today’s post covers a small, but nice, new feature that you can now optionally take advantage of with ASP.NET 4 - the ability to automatically startup and proactively initialize a web application without having to wait for an external client to hit the web server.  This can help you provide a faster response experience for the first user who hits the server, and avoids you having to write custom scripts to “warm up” the server and get any data caches ready.  It works with all types of ASP.NET applications – including both ASP.NET Web Forms and ASP.NET MVC based applications.


View Entire Article

User Comments

Title: programming code tricks   
Name: dev
Date: 2010-07-23 4:24:25 PM
Comment:
important one is code with new logic and tricks

Product Spotlight
Product Spotlight 





Community Advice: ASP | SQL | XML | Regular Expressions | Windows


©Copyright 1998-2024 ASPAlliance.com  |  Page Processed at 2024-04-23 2:32:22 AM  AspAlliance Recent Articles RSS Feed
About ASPAlliance | Newsgroups | Advertise | Authors | Email Lists | Feedback | Link To Us | Privacy | Search