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 7166707
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T14:27:25+00:00 2026-05-28T14:27:25+00:00

What is the preferred way to hook up and run some code in Application_Start

  • 0

What is the preferred way to hook up and run some code in Application_Start and Application_Endrequest without having to put the code in the MvcApplication class each time?

Maybe there is an event, an attribute or something I can hook up in asp.net 4?

  • 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-28T14:27:26+00:00Added an answer on May 28, 2026 at 2:27 pm

    That is not a correct statement that “lets you hook up code to run before the application gets compiled.“

    WebActivator classes that you create actually get compiled into the assembly, but allow you to hook into 3 events at run time:

    1.) PreApplicationStartMethod
    2.) PostApplicationSTartMethod
    3.) ApplicationShutdownMethod

    From David Ebbo’s desciption:

    “WebActivator is a NuGet package that allows other packages to easily bring in Startup and Shutdown code into a web application. This gives a much cleaner solution than having to modify global.asax with the startup logic from many packages.”

    Using WebActivator is not limited to startup code for just other packages, it can also be used for startup code (bootstrapping) for your application as well.

    For instance, I use it to set up and configure my Unity dependencies, my Combres setup, and my 51DegreesMobi setup in a recent project I completed using MVC3. It allows me to have a separate class file for each of those without cluttering up or entering a single line of code in Global.asax.

    It is also a much better alternative to the .NET 4 PreApplicationStartMethod in that you can have many classes that have the WebActivator.PreStartupMethod and they will ALL run prior to App-Start, as opposed to the .NET 4 attribute in which I believe you’re only allowed to use once.

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

Sidebar

Related Questions

What is the preferred way to store some data on the users computer for
What's the preferred way to implement IsEmpty statement for your own container-like class? It
What is the preferred way to model the below in a UML class diagram?
What is preferred way to add discount tags over some product image using css?
What is the preferred way of setting some View variables which values depend on
I have a simple question regarding usability. Which is the preferred way of having
What is the preferred way to remove spaces from a string in C++? I
Is there a preferred way to handle animation when using Flex -- For instance,
What is the preferred way to open a URL from a thick client application
What would be your preferred way to concatenate strings from a sequence such that

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.