472,791 Members | 979 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,791 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 2238
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: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
linyimin
by: linyimin | last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: Taofi | last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same This are my field names ID, Budgeted, Actual, Status and Differences ...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: Rina0 | last post by:
I am looking for a Python code to find the longest common subsequence of two strings. I found this blog post that describes the length of longest common subsequence problem and provides a solution in...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

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.