473,396 Members | 1,780 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

global.asa EvenId 9

rjb
Hello All!

Would you have a look in this Event. This happens from time to time.
When this happens all my ASP.NET sites are not available. I have
to restart IIS process to get all up and running again. Any ideas?

Event Type: Warning
Event Source: Active Server Pages
Event Category: None
Event ID: 9
Date: 9/22/2004
Time: 8:44:15 a.m.
User: N/A
Computer: COPENHAGEN
Description:
Warning: IIS log failed to write entry, File
/LM/W3SVC/1147873383/Root/global.asa
Line 8 Missing Default Property. A default property was not found for the
object..

Here is my global.asa

<script language="vbscript" runat="server">
sub Session_OnStart
set Session("HistLog") = Server.CreateObject("Scripting.Dictionary")
Session("HistCount") = 0
end sub

sub Session_OnEnd
Session("HistCount") = nothing
set Session("HistLog") = nothing
end sub
</script>
Thank you.
rjb

Jul 19 '05 #1
1 5359
On Wed, 22 Sep 2004 11:16:16 +1200, "rjb" <rb********@NOSPAgo2.pl>
wrote:
Hello All!

Would you have a look in this Event. This happens from time to time.
When this happens all my ASP.NET sites are not available. I have
to restart IIS process to get all up and running again. Any ideas?

Event Type: Warning
Event Source: Active Server Pages
Event Category: None
Event ID: 9
Date: 9/22/2004
Time: 8:44:15 a.m.
User: N/A
Computer: COPENHAGEN
Description:
Warning: IIS log failed to write entry, File
/LM/W3SVC/1147873383/Root/global.asa
Line 8 Missing Default Property. A default property was not found for the
object..
Maybe see:

http://support.microsoft.com/default...;en-us;Q277329

Jeff
Here is my global.asa

<script language="vbscript" runat="server">
sub Session_OnStart
set Session("HistLog") = Server.CreateObject("Scripting.Dictionary")
Session("HistCount") = 0
end sub

sub Session_OnEnd
Session("HistCount") = nothing
set Session("HistLog") = nothing
end sub
</script>
Thank you.
rjb


Jul 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

8
by: David Hitillambeau | last post by:
Hi guys, As I am new to Python, i was wondering how to declare and use global variables. Suppose i have the following structure in the same module (same file): def foo: <instructions>...
1
by: Andr? Roberge | last post by:
I have the following two files: #--testexec.py-- def exec_code(co): try: exec co except: print "error" #-- test.py--
7
by: Lyn | last post by:
Hi and Season's Greetings to all. I have a question regarding the use of a qualifier word "Global". I cannot find any reference to this in Access help, nor in books or on the Internet. "Global"...
33
by: MLH | last post by:
I've read some posts indicating that having tons of GV's in an Access app is a bad idea. Personally, I love GVs and I use them (possibly abuse them) all the time for everything imaginable - have...
9
by: CDMAPoster | last post by:
About a year ago there was a thread about the use of global variables in A97: http://groups.google.com/group/comp.databases.ms-access/browse_frm/thread/fedc837a5aeb6157 Best Practices by Kang...
3
by: User1014 | last post by:
A global variable is really just a property of the "Global Object", so what does that make a function defined in the global context? A method of the Global Object? ...
8
by: Rob T | last post by:
When I was using VS2003, I was able to compile my asp.net project locally on my machine and copy it to the production server and it would run just fine. I've now converted to VS2005. The project...
15
by: =?Utf-8?B?UGF0Qg==?= | last post by:
Just starting to move to ASP.NET 2.0 and having trouble with the Global.asax code file. In 1.1 I could have a code behind file for the global.asax file. This allow for shared variables of the...
1
weaknessforcats
by: weaknessforcats | last post by:
C++: The Case Against Global Variables Summary This article explores the negative ramifications of using global variables. The use of global variables is such a problem that C++ architects have...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.