How to start Web Application automatically afrer IIS is started?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • nttuanit
    New Member
    • Jan 2008
    • 7

    How to start Web Application automatically afrer IIS is started?

    Hi All,

    I have a Web App, I want to start Main page automatically after IIS is started without any request from browser.

    OR run one Script in Global.asax after IIS started.

    I understand that the Application_Sta rt on Global.asax is fired only have any request from browser on my application.

    Now I want to start App auto after IIS started.

    Please help me, thanks a lot.
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    Originally posted by nttuanit
    Hi All,

    I have a Web App, I want to start Main page automatically after IIS is started without any request from browser.

    OR run one Script in Global.asax after IIS started.

    I understand that the Application_Sta rt on Global.asax is fired only have any request from browser on my application.

    Now I want to start App auto after IIS started.

    Please help me, thanks a lot.
    You can not do this with ASP. You could possibly use windows to schedule a task.

    Comment

    Working...