| Author |
Web Application won't restart
|
|
| Chris M 2005-01-27, 5:52 pm |
| It is my understanding (And works like this on my machine) that any
changes to the global.asa file will force the web app to restart. Also
teh unload button in properties will force it to restart. Why is it on
a customer's machine if he changes the global.asa his application is not
being restarted?
Is there some caching involved?
| |
| Ken Schaefer 2005-01-28, 2:47 am |
| Application restart depends on Windows notifying IIS that there is a change
to the file (file change notification). Maybe IIS is not getting that
notification, or (as you say) there's some kind of caching
Cheers
Ken
"Chris M" <chris@_takethisout_eventsoft.com> wrote in message
news:ctbu7g$s0i@dispatch.concentric.net...
> It is my understanding (And works like this on my machine) that any
> changes to the global.asa file will force the web app to restart. Also
> teh unload button in properties will force it to restart. Why is it on a
> customer's machine if he changes the global.asa his application is not
> being restarted?
>
> Is there some caching involved?
| |
| Chris M 2005-01-28, 7:52 am |
| Ken Schaefer wrote:
> Application restart depends on Windows notifying IIS that there is a change
> to the file (file change notification). Maybe IIS is not getting that
> notification, or (as you say) there's some kind of caching
>
> Cheers
> Ken
>
> "Chris M" <chris@_takethisout_eventsoft.com> wrote in message
> news:ctbu7g$s0i@dispatch.concentric.net...
>
>
>
>
But also the unload button isn't firing it either. That seems really odd.
|
|
|
|