Global.asax

Discussion in 'ASP.NET / ASP.NET Core' started by candyphotow, Feb 27, 2006.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi everyone,
    [​IMG]
    I'm new to ASP.NET (learning from a book). I need to run some code only once when my application starts. I want to put this in Global.asax.

    Can I restart my IIS web instance so that it will run the stuff that gets run upon Application_Start? How can I do this thru discountasp.net's control panel?

    Thanks!

    Candy
     
  2. Updating the code in your global.asax or web.config file should restart your web application automatically.

    Aristotle

    DiscountASP.NET
    www.DiscountASP.NET
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page