global.asa and its engine ?

Ask a Question related to ASP Components, Design and Development.

  1. #1

    Default Re: global.asa and its engine ?

    When IIS detects that the datetime stamp on a global.asa file has changed,
    it restarts the web application (website to which the global.asa pertains).


    "tolgay" <tgul@jh.com> wrote in message
    news:%23LKXPRD$FHA.360@TK2MSFTNGP09.phx.gbl...
    > When a global.asa is changed does its engine need to restart or is it
    > restarting itself or so? I mean for example there is a web site which
    > contains asp pages and of course its global.asa file I wonder if there is
    > an engine each websites, does need the site's engine restart in that case
    > or It can understand something has been changed and it rebuilds or
    > restarts its engine. I guess not but one of my coworker says it's
    > restarting the engine
    >
    > Thank you.
    >
    >
    >

    David Morgan Guest

  2. Similar Questions and Discussions

    1. A new 3D engine?
      I'm relatively new here and new to Director so please cut me some slack for any stupid questions. I'm primarily interested in the 3D side of...
    2. IIS 5.0 ASP Engine Failure
      I have a problem in IIS 5.0 on W2k server SP3. intermitantly the ASP engine seems to stop respond to page request (500 errrors are generated). HTML...
    3. V12 database engine
      To whom it may concern I am developing a multimedia application using macromedia director. My application will have links that link from one data...
    4. Global Error handling in Applicatio_Error() of Global.asax
      Hi all, For a web application if we are using web farm, and if i want to do Global Error handling can i use Applicatio_Error() method in...
    5. Help Please: 'Warning 5001 global variable "iF_timer" already defined in global scope
      Hi there, I have just started to get this error: 'Warning 5001 global variable "iF_timer" already defined in global scope The variable name...
  3. #2

    Default global.asa and its engine ?

    When a global.asa is changed does its engine need to restart or is it
    restarting itself or so? I mean for example there is a web site which
    contains asp pages and of course its global.asa file I wonder if there is an
    engine each websites, does need the site's engine restart in that case or It
    can understand something has been changed and it rebuilds or restarts its
    engine. I guess not but one of my coworker says it's restarting the engine

    Thank you.



    tolgay Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139