473,387 Members | 1,742 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,387 software developers and data experts.

asp.net application hangs

Hi there

I've got a hang of a problem ...

I'm running the .NET framework (2.0.40903), SQL Server 2000 and SQL Express
2005 on Windows XP Pro on a pretty good and new IBM Thinkpad X41.

Some time ago, following the advice in
http://msdn.microsoft.com/library/de...ompilation.asp, I
used aspnet_compiler.exe to compile my application. Soon thereafter, every
time I made a change to the underlying .aspx script, my application started
to hang, requiring a cold boot of the system. At first, I thought that this
might be due to the very large number of files in my virtual directory
(about 80,000 files); i.e. I thought that, perhaps, each time I changed an
underlying .aspx script file, aspnet_compiler.exe was recompiling my entire
application, which is pretty large mostly on account of there being so many
charts in JPG files. So, suspecting this, I produced the charts on-the-fly
using Office Web Components (rather than physically stored as pre-made
charts), which I needed to do anyway, but still the problem remained.

Trying something different, I noticed that, when I make a change to the
underlying .aspx script and then attempt to load this page in Internet
Explorer, SQL Server hangs too. (Nothing appears to happen to SQL Express
2005, except when Windows as a whole collapses a few minutes later.) If I
have an active ADO connection between Excel and SQL Server, before Windows
crashes, I get a message that SQL Server timed out. I tried to spot
something unusual about SQL Server's behaviour using sysinternals.com's File
Monitor, but I'm not entirely sure I knew what I was looking for. Anyway my
latest thinking on this is that there might be some conflict between SQL
Server (I'm using named pipes to connect to the server) and my ASP.NET
application. Is this possible?

I was frustrated at first, but have become alarmed since my first ever "STOP
0x0000008E (0x00000005, 0x804F28BA, 0xF0CE2878, 0x00000000)" notification,
after which I've done a memory dump and sent this into the ether using
Microsoft's error reporting service. I've had 3 of these in the last few
days, so I back up twice a day and have a new machine on order. (The advice
given by Microsoft's error reporting service is that I may need to change
the video adapter, disable a driver, or upgrade my BIOS, which doesn't rule
out a hardware problem).

Is there a solution, or at least an interpretation of the problem, that I'm
missing?

Best regards
Loane
Nov 19 '05 #1
5 2285
I know this doesn't help much, but I would never ever install .Net framework
2.0 and SQL Express 2005 on my dev box while still in early beta stages.
Especially given that they will mix with SQL Server 2000 and anything else
installed on the machine. Its not surprising you have problems with that
setup.

My advice is rebuild the laptop, install VPC and run SQL Express and the
V2.0 of the framework in a clean image of XP or Win2000/Win2003.

Note you may still have a hardware problem but I'd be looking at software
conflicts first.

--

- Paul Glavich
ASP.NET MVP
ASPInsider (www.aspinsiders.com)
"Loane Sharp" <lo********@hotmail.com> wrote in message
news:eB****************@tk2msftngp13.phx.gbl...
Hi there

I've got a hang of a problem ...

I'm running the .NET framework (2.0.40903), SQL Server 2000 and SQL Express 2005 on Windows XP Pro on a pretty good and new IBM Thinkpad X41.

Some time ago, following the advice in
http://msdn.microsoft.com/library/de...ompilation.asp, I used aspnet_compiler.exe to compile my application. Soon thereafter, every
time I made a change to the underlying .aspx script, my application started to hang, requiring a cold boot of the system. At first, I thought that this might be due to the very large number of files in my virtual directory
(about 80,000 files); i.e. I thought that, perhaps, each time I changed an
underlying .aspx script file, aspnet_compiler.exe was recompiling my entire application, which is pretty large mostly on account of there being so many charts in JPG files. So, suspecting this, I produced the charts on-the-fly
using Office Web Components (rather than physically stored as pre-made
charts), which I needed to do anyway, but still the problem remained.

Trying something different, I noticed that, when I make a change to the
underlying .aspx script and then attempt to load this page in Internet
Explorer, SQL Server hangs too. (Nothing appears to happen to SQL Express
2005, except when Windows as a whole collapses a few minutes later.) If I
have an active ADO connection between Excel and SQL Server, before Windows
crashes, I get a message that SQL Server timed out. I tried to spot
something unusual about SQL Server's behaviour using sysinternals.com's File Monitor, but I'm not entirely sure I knew what I was looking for. Anyway my latest thinking on this is that there might be some conflict between SQL
Server (I'm using named pipes to connect to the server) and my ASP.NET
application. Is this possible?

I was frustrated at first, but have become alarmed since my first ever "STOP 0x0000008E (0x00000005, 0x804F28BA, 0xF0CE2878, 0x00000000)" notification,
after which I've done a memory dump and sent this into the ether using
Microsoft's error reporting service. I've had 3 of these in the last few
days, so I back up twice a day and have a new machine on order. (The advice given by Microsoft's error reporting service is that I may need to change
the video adapter, disable a driver, or upgrade my BIOS, which doesn't rule out a hardware problem).

Is there a solution, or at least an interpretation of the problem, that I'm missing?

Best regards
Loane

Nov 19 '05 #2
I am having the SAME EXACT problem since Sunday, Jan 9.

I am running Windows XP SP2 fully patched w/SQL Server 2000 SP3

- It only does this if I resave an aspx file. It does not occur on loading
the first instance of the file, but if I change anything in the aspx and
resave, then IIS will hang when I try to load in internet explorer. This
happens without having to recompile. The site works fine if I recompile and
reload (as long as I do not change any text in the aspx file). If the ASPX
is changed in any way (even with notepad) IIS hangs and eventually
everything on the box hangs and i have to do hard reset and cold boot.
- It puts nothing in the event viewer. I have left for up to 15 minutes and
still in hang state.

I thought somehow I corrupted the installation of Windows/IIS/.NET
Framework/ASP .NET so I spent all last night rebuilding the box.

So, this problem is not confined to .NET 2.0 / SQL Server 2005, but the
timeframe in which this occurred is the same. Maybe one of the new
Microsoft patches that corrupted something important? When I reinstalled I
was so tired that I inadvertntly patched the box
with all of the MS critical patches, and so, this morning, with a fresh
patched installation of everything (zero errors during any of the installs),
I am in the same state that I have been since Sunday.

Prior to Sunday everything was working fine.

Any help????

"Paul Glavich [MVP ASP.NET]" <gl**@aspalliane.com-NOSPAM> wrote in message
news:Om**************@TK2MSFTNGP10.phx.gbl...
I know this doesn't help much, but I would never ever install .Net
framework
2.0 and SQL Express 2005 on my dev box while still in early beta stages.
Especially given that they will mix with SQL Server 2000 and anything else
installed on the machine. Its not surprising you have problems with that
setup.

My advice is rebuild the laptop, install VPC and run SQL Express and the
V2.0 of the framework in a clean image of XP or Win2000/Win2003.

Note you may still have a hardware problem but I'd be looking at software
conflicts first.

--

- Paul Glavich
ASP.NET MVP
ASPInsider (www.aspinsiders.com)
"Loane Sharp" <lo********@hotmail.com> wrote in message
news:eB****************@tk2msftngp13.phx.gbl...
Hi there

I've got a hang of a problem ...

I'm running the .NET framework (2.0.40903), SQL Server 2000 and SQL

Express
2005 on Windows XP Pro on a pretty good and new IBM Thinkpad X41.

Some time ago, following the advice in

http://msdn.microsoft.com/library/de...ompilation.asp, I
used aspnet_compiler.exe to compile my application. Soon thereafter,
every
time I made a change to the underlying .aspx script, my application

started
to hang, requiring a cold boot of the system. At first, I thought that

this
might be due to the very large number of files in my virtual directory
(about 80,000 files); i.e. I thought that, perhaps, each time I changed
an
underlying .aspx script file, aspnet_compiler.exe was recompiling my

entire
application, which is pretty large mostly on account of there being so

many
charts in JPG files. So, suspecting this, I produced the charts
on-the-fly
using Office Web Components (rather than physically stored as pre-made
charts), which I needed to do anyway, but still the problem remained.

Trying something different, I noticed that, when I make a change to the
underlying .aspx script and then attempt to load this page in Internet
Explorer, SQL Server hangs too. (Nothing appears to happen to SQL Express
2005, except when Windows as a whole collapses a few minutes later.) If I
have an active ADO connection between Excel and SQL Server, before
Windows
crashes, I get a message that SQL Server timed out. I tried to spot
something unusual about SQL Server's behaviour using sysinternals.com's

File
Monitor, but I'm not entirely sure I knew what I was looking for. Anyway

my
latest thinking on this is that there might be some conflict between SQL
Server (I'm using named pipes to connect to the server) and my ASP.NET
application. Is this possible?

I was frustrated at first, but have become alarmed since my first ever

"STOP
0x0000008E (0x00000005, 0x804F28BA, 0xF0CE2878, 0x00000000)"
notification,
after which I've done a memory dump and sent this into the ether using
Microsoft's error reporting service. I've had 3 of these in the last few
days, so I back up twice a day and have a new machine on order. (The

advice
given by Microsoft's error reporting service is that I may need to change
the video adapter, disable a driver, or upgrade my BIOS, which doesn't

rule
out a hardware problem).

Is there a solution, or at least an interpretation of the problem, that

I'm
missing?

Best regards
Loane



Nov 19 '05 #3
In one of the other groups, a guy had the same issue and narrowed it down to
Zone Alarm. He uninstalled and reinstalled an older version (you can
download older versions from ZoneLabs) and it worked. I did the same and
uninstalled zonealarm and reinstalled v55_062_000 and the issue has gone
away.

Thank the maker!

Hope this helps!

"Tarren" <no***********@thanks.com> wrote in message
news:eA****************@TK2MSFTNGP15.phx.gbl...
I am having the SAME EXACT problem since Sunday, Jan 9.

I am running Windows XP SP2 fully patched w/SQL Server 2000 SP3

- It only does this if I resave an aspx file. It does not occur on
loading
the first instance of the file, but if I change anything in the aspx and
resave, then IIS will hang when I try to load in internet explorer. This
happens without having to recompile. The site works fine if I recompile
and
reload (as long as I do not change any text in the aspx file). If the
ASPX
is changed in any way (even with notepad) IIS hangs and eventually
everything on the box hangs and i have to do hard reset and cold boot.
- It puts nothing in the event viewer. I have left for up to 15 minutes
and
still in hang state.

I thought somehow I corrupted the installation of Windows/IIS/.NET
Framework/ASP .NET so I spent all last night rebuilding the box.

So, this problem is not confined to .NET 2.0 / SQL Server 2005, but the
timeframe in which this occurred is the same. Maybe one of the new
Microsoft patches that corrupted something important? When I reinstalled
I was so tired that I inadvertntly patched the box
with all of the MS critical patches, and so, this morning, with a fresh
patched installation of everything (zero errors during any of the
installs),
I am in the same state that I have been since Sunday.

Prior to Sunday everything was working fine.

Any help????

"Paul Glavich [MVP ASP.NET]" <gl**@aspalliane.com-NOSPAM> wrote in message
news:Om**************@TK2MSFTNGP10.phx.gbl...
I know this doesn't help much, but I would never ever install .Net
framework
2.0 and SQL Express 2005 on my dev box while still in early beta stages.
Especially given that they will mix with SQL Server 2000 and anything
else
installed on the machine. Its not surprising you have problems with that
setup.

My advice is rebuild the laptop, install VPC and run SQL Express and the
V2.0 of the framework in a clean image of XP or Win2000/Win2003.

Note you may still have a hardware problem but I'd be looking at software
conflicts first.

--

- Paul Glavich
ASP.NET MVP
ASPInsider (www.aspinsiders.com)
"Loane Sharp" <lo********@hotmail.com> wrote in message
news:eB****************@tk2msftngp13.phx.gbl...
Hi there

I've got a hang of a problem ...

I'm running the .NET framework (2.0.40903), SQL Server 2000 and SQL

Express
2005 on Windows XP Pro on a pretty good and new IBM Thinkpad X41.

Some time ago, following the advice in

http://msdn.microsoft.com/library/de...ompilation.asp, I
used aspnet_compiler.exe to compile my application. Soon thereafter,
every
time I made a change to the underlying .aspx script, my application

started
to hang, requiring a cold boot of the system. At first, I thought that

this
might be due to the very large number of files in my virtual directory
(about 80,000 files); i.e. I thought that, perhaps, each time I changed
an
underlying .aspx script file, aspnet_compiler.exe was recompiling my

entire
application, which is pretty large mostly on account of there being so

many
charts in JPG files. So, suspecting this, I produced the charts
on-the-fly
using Office Web Components (rather than physically stored as pre-made
charts), which I needed to do anyway, but still the problem remained.

Trying something different, I noticed that, when I make a change to the
underlying .aspx script and then attempt to load this page in Internet
Explorer, SQL Server hangs too. (Nothing appears to happen to SQL
Express
2005, except when Windows as a whole collapses a few minutes later.) If
I
have an active ADO connection between Excel and SQL Server, before
Windows
crashes, I get a message that SQL Server timed out. I tried to spot
something unusual about SQL Server's behaviour using sysinternals.com's

File
Monitor, but I'm not entirely sure I knew what I was looking for. Anyway

my
latest thinking on this is that there might be some conflict between SQL
Server (I'm using named pipes to connect to the server) and my ASP.NET
application. Is this possible?

I was frustrated at first, but have become alarmed since my first ever

"STOP
0x0000008E (0x00000005, 0x804F28BA, 0xF0CE2878, 0x00000000)"
notification,
after which I've done a memory dump and sent this into the ether using
Microsoft's error reporting service. I've had 3 of these in the last few
days, so I back up twice a day and have a new machine on order. (The

advice
given by Microsoft's error reporting service is that I may need to
change
the video adapter, disable a driver, or upgrade my BIOS, which doesn't

rule
out a hardware problem).

Is there a solution, or at least an interpretation of the problem, that

I'm
missing?

Best regards
Loane



Nov 19 '05 #4
Hi Tarren

Thanks very much, I thought I was losing my mind...

Everything now works perfectly.

Best regards
Loane
In one of the other groups, a guy had the same issue and narrowed it down
to Zone Alarm. He uninstalled and reinstalled an older version (you can
download older versions from ZoneLabs) and it worked. I did the same and
uninstalled zonealarm and reinstalled v55_062_000 and the issue has gone
away.

Nov 19 '05 #5

This proble caused me a lot of pain too.
First I uninstalled .NET VS 2003 and IIS, then applied XP SP2, the
installed IIS & VS.NET. But that did not help at all.

Following the zone-alarm hint I removed NOD32 antivirus and everythin
was ok again.

Strangely, diasabling nod32 did not make any difference before. I wil
now try to configure nod to exclude IIS from scanning.

I have had some networking problems before. Nod was involved too.

Andre
-
androi
-----------------------------------------------------------------------
Posted via http://www.codecomments.co
-----------------------------------------------------------------------

Nov 19 '05 #6

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

Similar topics

2
by: sonyram | last post by:
As our application design requires us to use one of the validation API engine which was written on C(so basically all I have is a dll) and I tested calling the functions using small windows...
5
by: Lars-Erik Aabech | last post by:
Hi! Guess it's my day again.. Tried to deploy a test release of a new asp.net web today, and got a terrible error. The web is running swell on three development computers, but when it's copied...
0
by: David C | last post by:
If anyone can help me with this before I start rebuilding my machine, I would appreciate it. The symptoms are - The ASP.NET application opens using the debug option in VS.NET - I can launch it...
3
by: Lars Netzel | last post by:
Hi! A button triggers the code.. I'm trying to learn about the XmlSerializer and when the code comes the try statement it doesn' throw an exception, it goes into the...
12
by: JohnR | last post by:
I have narrowed a problem down to a simple example. A form with two buttons. One EXIT and one FBD. The exit button does an "END" to end the application. The FBD button does a...
0
by: Selvakumar, Information Dynamics | last post by:
After some load increased in ASP.NET applications, antire application hangs and we get the following error trace. Application is is .NET Framework 1.1 with SP1 and OLE DB Provider for oracle by...
6
by: Wayne Smith | last post by:
Hi, We are having a few problems with ASP.Net pages hanging during load when an Application Pool is recycled. To test this we have setup the following ASP.net page which refreshes every 2...
10
by: sp | last post by:
The application is written in Visual Basic / .NET and working without problems under Windows XP, Windows 2000, Windows 2003 but it isn't working under Windows ME and Windows 98 - the computer...
0
by: Simon | last post by:
I have a problem with an application which randomly hangs on site. The symptoms are that the user will click a button - which normally would open a new form (which inevitably will create a socket...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.