Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3340668
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:38:04+00:00 2026-05-18T00:38:04+00:00

I want to run some tests when my ASP.NET webapp comes online (preferably before

  • 0

I want to run some tests when my ASP.NET webapp comes online (preferably before anyone tries to access it), to make sure all of my runtime dependencies are available as I expect them to be.

When is a good time to perform these tests (e.g. Application_Start, Application_Init, somewhere else, etc), and what’s a good technique for making my webapp unavailable to users if my tests fail (it shares an app pool with other apps I don’t want to affect)?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T00:38:04+00:00Added an answer on May 18, 2026 at 12:38 am

    One approach would be to put your checks in the Application_Start event, and update a static property (or properties) in the Global class with the result of your test.

    If you’re using master pages, each master page (I’ve personally never seen more than 2 base master classes in a project) could check the static property in the Global class, and redirect to an “app offline” page if appropriate. Since the static property would only be updated when the application started, there shouldn’t be any performance impact.

    The code in your master page’s OnLoad event might look like this…

    if (!Global.WasDependencyCheckSuccessful)
    {
    //redirect to error page
    }
    

    If you’re not using master pages, this may not be the best solution (because you would need to update each web form in your site individually).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to run some basic checks when my ASP.NET server goes up. Mostly
I have a web application that I want to run some system tests on,
I want to run some Python unit tests from my Maven module. I have
In my project I want to run some unit tests on the DAL layer
I've created a custom module for IIS that I want to run some tests
I'm using Maven 3.0.3. I want to run some Junit tests in my test
I'm working on a ASP.NET website that on some requests will run a very
I coded a custom Membership provider and I want to run some Unit tests
I want to run some unittests. For this tests I need to use another
i want to run some command on several machine using ssh. I know it

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.