Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Database SQL Server

Taking an ASP.NET 2.0 Application Offline

Author: aspnet.4guysfromrolla.com | Published: 8th Nov 2007 | Visited: 81 times | Add Comment
Filed in: SQL Server

In a perfect world, once a web application has been deployed and is live on the Internet or intranet, it will never experience any downtime. However, this is not very realistic in the real world because most applications grow and change and get updated over time. For example, as users interface with the application they may unearth bugs, or they may provide suggestions for new features or ways to enhance the user experience. After squashing those bugs and implementing the requested enhancements, the updated code base needs to be deployed to the production environment. This may involve updating ASP.NET pages, configuration files, making database modifications, and so on. When updating a web application that's currently in production, it is best to take the application offline so that users understand that the application is being worked on. This can be accomplished in a variety of ways, from simply stopping the web server software to displaying a web page that informs the user that the site is offline for maintenance. What you don't want to do is have the application appear to work, only to have some error pop up later because you are in the middle of updating the production server. This is a sure-fired way to frustrate your users. In this article we will discuss options for taking a web application offline. Read on to learn more! Read More >

Read Article
 

Sponsored Links

 


Related Articles

 Taking Advantage of Standard Internet Protocols Taking Advantage of Standard Internet Protocols As mentioned, Oracle XML DB provides native support for standard internet protocols, such as WebDAV, and Continuing with the preceding sample, you might, for example, upload another employee XML document into the XML repository with one of the above ...

 Handling Error Centrally in a SharePoint Application An article on handling errors centrally in a SharePoint application, using IHttpMod ...

 Taking a Fireworks comp to a CSS-based layout in Dreamweaver ? Part 1: Initial design Create your web design in Fireworks before moving it to Dreamwea ...

 Speed Dial for Internet - Fancy Delphi Application Contest Entry #29 in FDAC :: The Opera browser has a feature called Speed Dial which is basically a grid of your 9 (or more) favorite web sites presented using thumbnails instead o ...

 A Web based application configuration wizard A wizard that allows you to FTP the application to a remote server and then launch the configuration wizard from the web browser to update the database connect ...

 Dim Out the Main Form of an Application When Modal Form is Displayed in Delphi TIPS :: Dialog windows you use to display critical information to the user are, in most cases, displayed modally. A modal form is one where the application can' ...

 How to Elevate Your Application at Windows Startup in Vista An article on elevating an application at Windows startup in V ...

 Adding Mouse Gesture Functionality to Your .NET Application Within Seconds This project allows you to add mouse gesture functionality to your Windows Forms application with just a few lines of c ...

 Create Secure Java Applications Productively, Part 1: Use Rational Application Developer and Data St... This is the first in a two-part tutorial series creating secure Java-based Web applications using Rational Application Developer, Data Studio and Rational AppScan. This first tutorial begins by showcasing how Data Studio with pureQuery can increase the efficiency of your database-driven Web developm ...

 Application Security Model Article describes an easy and light way to secure access to methods in your applicat ...



Next: Creating a TextBox Word / Character Counter Control



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links