CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 1999
    Location
    Colombo, Sri Lanka
    Posts
    27

    Application_OnStart - Not Occuring

    Hi,

    In IIS Applications, does anyone know what explicitly triggers the Application_OnStart event. I have coded this section.. but for some reason it never occurs?

    Thanks,

    Rob.


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: Application_OnStart - Not Occuring

    it occurs only if you have defined an IIS Application in MMC für your ASP application.


  3. #3
    Join Date
    Sep 1999
    Location
    Colombo, Sri Lanka
    Posts
    27

    Re: Application_OnStart - Not Occuring

    to clarify its actually an IIS Application.. I have given it its own process space.. could this have something to do with it?

    Thanks,

    Rob.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured