 |
|
 |
|
Next: Inetinfo access violation
|
| Author |
Message |
External

Since: Aug 26, 2004 Posts: 3
|
(Msg. 1) Posted: Thu Aug 26, 2004 8:45 am
Post subject: global.asa - changes ignored Archived from groups: microsoft>public>inetserver>iis (more info?)
|
|
|
Hello,
we have a problem with a customer that can upload files via FTP to
our webserver.
Sometimes the IIS "forgets" to reload the ASP Part if the global.asa has
changed.
For example the customer send us the update at 2 o'clock, the webserver
stopped working at about 6 o'clock because of a bad global.asa.
This happens on a Windows 2000 Server with IIS5, all Hotfixes installed,
some third party DLLs (ASPMail, SAFileup, ...) and Symantec Antivirus
installed, nothing else.
The Files are stored on the local system, not on the network.
We tried to Upload large files, small files, high bandwith, low bandwith, ...
It worked allways without any problem.
Only if our customers uploads the file, the IIS "sometimes" "forgets" to
reload the global.asa or needs very long.
How can we avoid this? Or how can we force a reload?
Alex >> Stay informed about: global.asa - changes ignored |
|
| Back to top |
|
 |  |
External

Since: Aug 27, 2004 Posts: 12
|
(Msg. 2) Posted: Fri Aug 27, 2004 12:32 pm
Post subject: Re: global.asa - changes ignored [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
One thing to note is that the global.asa gets loaded into memory when the
site first starts, and IIS refers to the copy in memory from then on. If you
change the global.asa you need to stop and start the relevant web site to
force it to re-load the information. I think IIS may do check the file again
after x amount of time, or if no one uses the site for long enough or
something, but that's unlikely to be much use if you need it to change
immediately.
Keith
"Alexander Hirthe" <AlexanderHirthe.TakeThisOut@discussions.microsoft.com> wrote in
message news:372358F2-C2C5-4EC0-B063-E0C504A452D0@microsoft.com...
> Hello,
>
> we have a problem with a customer that can upload files via FTP to
> our webserver.
> Sometimes the IIS "forgets" to reload the ASP Part if the global.asa has
> changed.
> For example the customer send us the update at 2 o'clock, the webserver
> stopped working at about 6 o'clock because of a bad global.asa.
>
> This happens on a Windows 2000 Server with IIS5, all Hotfixes installed,
> some third party DLLs (ASPMail, SAFileup, ...) and Symantec Antivirus
> installed, nothing else.
> The Files are stored on the local system, not on the network.
>
> We tried to Upload large files, small files, high bandwith, low bandwith,
....
> It worked allways without any problem.
> Only if our customers uploads the file, the IIS "sometimes" "forgets" to
> reload the global.asa or needs very long.
>
> How can we avoid this? Or how can we force a reload?
>
> Alex
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: global.asa - changes ignored |
|
| Back to top |
|
 |  |
External

Since: Aug 26, 2004 Posts: 3
|
(Msg. 3) Posted: Fri Aug 27, 2004 12:32 pm
Post subject: Re: global.asa - changes ignored [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
|
|
|
Hello,
it's a high traffic site on a high traffic server, so I really do not want
to allow the customer to stop and restart the IIS server or the Site
I tought for a asp file or something to force the reload.
Alex
"Keith Langmead" wrote:
> One thing to note is that the global.asa gets loaded into memory when the
> site first starts, and IIS refers to the copy in memory from then on. If you
> change the global.asa you need to stop and start the relevant web site to
> force it to re-load the information. I think IIS may do check the file again
> after x amount of time, or if no one uses the site for long enough or
> something, but that's unlikely to be much use if you need it to change
> immediately.
>
> Keith
>
> "Alexander Hirthe" <AlexanderHirthe.RemoveThis@discussions.microsoft.com> wrote in
> message news:372358F2-C2C5-4EC0-B063-E0C504A452D0@microsoft.com...
> > Hello,
> >
> > we have a problem with a customer that can upload files via FTP to
> > our webserver.
> > Sometimes the IIS "forgets" to reload the ASP Part if the global.asa has
> > changed.
> > For example the customer send us the update at 2 o'clock, the webserver
> > stopped working at about 6 o'clock because of a bad global.asa.
> >
> > This happens on a Windows 2000 Server with IIS5, all Hotfixes installed,
> > some third party DLLs (ASPMail, SAFileup, ...) and Symantec Antivirus
> > installed, nothing else.
> > The Files are stored on the local system, not on the network.
> >
> > We tried to Upload large files, small files, high bandwith, low bandwith,
> ....
> > It worked allways without any problem.
> > Only if our customers uploads the file, the IIS "sometimes" "forgets" to
> > reload the global.asa or needs very long.
> >
> > How can we avoid this? Or how can we force a reload?
> >
> > Alex
> >
>
>
><!-- ~MESSAGE_AFTER~ --> >> Stay informed about: global.asa - changes ignored |
|
| Back to top |
|
 |  |
| Related Topics: | Global.asa changes ignored - I am trying to move some working ASP code onto a new shared host running IIS5. Things were going fine but now it seems to be ignoring changes to global.asa; for example I reduced it to just this - sub Session_OnStart session("adwt")="?????...
global.asa - I want to receieve an email each time a valid user leave my secure website by logging out, closing the browser, or when the session expired. At the time I do have sendEmail.asp that is called from logOut.asp page when user click on log out button. But...
ASP + Global.asa - Hi Folks, I am knew to IIS and ASP and have tried one of the examples in the IIS5.1 documentation where a Global.asa file is used and a visitcount.asp. Basically what id does is ive you an update of how many users are onlin and have enterd your site....
Global footer - We are trying to create a dynamic footer that will run on all of our websites/webpages... The built in IIS footer will will not work, because it will not attach to asp or aspx pages. We have tried to develop an ISAPI filter, but we are having troubl...
global.asa not working in IIS 6 - I have a website running on nt4 with iis 5.5 My company wants to upgrade to a new server windows 2003 with iis6. The problem is that the global.asa file does not work. I want to stay with asp. What am I doing wrong??? |
|
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|
 |
|
|