|
 |
asp_web_howto thread: HTTP Error 500-12 Application Restarting...
Message #1 by "Jenifer Mundstock" <jenifer@s...> on Fri, 24 May 2002 19:06:25 -0500
|
|
This is a multi-part message in MIME format.
------=_NextPart_000_0057_01C20356.1A1A09A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi all,
I've recently been running into the following error on a website that
I'm working on:
HTTP Error 500-12 Application Restarting
Internet Information Services
I've checked Microsoft's knowledge base and it talks about this error
being temporary as the application restarts and loads a new global.asa
(i.e. if I change it and upload a new copy). Problem is, the only way
for this to go away seems to be for me to get my hosting provider to
manually restart the website.
In my global.asa, all I have are 13 application variables and 18 session
variables. I'm not doing anything weird in there, they are all strings
or integers. The hosting provider says I should "check my code". But
there really isn't any code to check. I set the application variables
in the global.asa and then just refer to them throughout the asp pages.
Has anyone else run into this before? Do you know what exactly is going
on in there to cause this to happen?
Jenifer
Message #2 by Oleg Kapeljushnik <c-oleg.kapeljushnik@w...> on Sun, 26 May 2002 07:58:03 -0400
|
|
This is a multi-part message in MIME format.
--Boundary_(ID_zegtKvbyR+hni7uVaqJQqw)
Content-type: text/plain; charset=us-ascii
Content-transfer-encoding: 7bit
Jenifer,
I had this problem before and when I talked to Microsoft they said that
it may happened because
Some antivirus program holing global.asa file or may be some other
program holding this file.
So you can try to stop antivirus program on this website or to check if
you global.asa
File hold by some other application.
For me this problem somehow disappears after while, I guess this file
was released.
Oleg.
-----Original Message-----
From: Jenifer Mundstock [mailto:jenifer@s...]
Sent: Friday, May 24, 2002 8:06 PM
To: ASP Web HowTo
Subject: [asp_web_howto] HTTP Error 500-12 Application Restarting...
Hi all,
I've recently been running into the following error on a website that
I'm working on:
HTTP Error 500-12 Application Restarting
Internet Information Services
I've checked Microsoft's knowledge base and it talks about this error
being temporary as the application restarts and loads a new global.asa
(i.e. if I change it and upload a new copy). Problem is, the only way
for this to go away seems to be for me to get my hosting provider to
manually restart the website.
In my global.asa, all I have are 13 application variables and 18 session
variables. I'm not doing anything weird in there, they are all strings
or integers. The hosting provider says I should "check my code". But
there really isn't any code to check. I set the application variables
in the global.asa and then just refer to them throughout the asp pages.
Has anyone else run into this before? Do you know what exactly is going
on in there to cause this to happen?
Jenifer
--- Improve your web design skills with these new books from Glasshaus.
Usable Web Menus
http://www.amazon.com/exec/obidos/ASIN/1904151027/ref=nosim/theprogramme
r-20 Constructing Accessible Web Sites
http://www.amazon.com/exec/obidos/ASIN/1904151000/ref=nosim/theprogramme
r-20 Practical JavaScript for the Usable Web
http://www.amazon.com/exec/obidos/ASIN/1904151051/ref=nosim/theprogramme
r-20 ---
|
|
 |