G
Guest
Hi,
I'm struggling with a problem and was hoping that someone on this group
could point me in the right direction. I'm not looking for a free ride, just
a suggestion as to how best to use all the tools at my disposal to diagnose
the situation.
I have an existing COM+ / ASP application (the COM+ objects are written in
VB 6.0) that I am wanting to migrate forward to .NET (using VB.Net). I have
added some ASPX pages to the existing application that do relatively simple
things such as display lists of data from a SQL Server database, etc. I have
successfully deployed the application in a 5 server "Microsoft Load
Balancing" cluster (the application is designed to be stateless, so this
works very well).
Everything was fine until I got uppity and decided to add some code that put
up entry fields, dropdowns, etc. to allow users to change data in the system.
Everything tests out just fine on my Windows XP SP2 development machine but
when I deploy the application to the production environment, it randomly
locks up the entire .NET subsystem. I can still go to other web pages on the
server that use COM+ but any ASPX page just hangs when I try to click on it.
I added a table to the database that allows me to record where I'm at in the
application (i.e. a glorified printf function) that gets fancy and uses
reflection to capture a stack trace at each step along the way and it appears
to be hanging in a different place each time.
I'm pretty sure it is hung instead of looping because the CPU utilization on
the machine stays pretty much at zero and the memory consumed by the w3svc
process apppears to be nearly static.
The servers are IBM HS20 blade servers configured using IBM's "server
manager" installation disk. They all have the right version of the .NET
framework on them, they are running Server 2003 Standard Edition, and are
patched up to latest & greatest on everything but DirectX (never bother to
install the update but I would think it wouldn't matter).
Now for my questions:
1. Is there some way I can see where the thing is hung?
2. What recommendations can I get from the group on diagnosing the problem?
3. Is there anything special I need to do from an installation perspective
outside of creating the "application" thingy in IIS Manager (right click on
the directory where the application lives and tell it to create a new
application taking the defaults)
Thanks in advance,
Bryan
I'm struggling with a problem and was hoping that someone on this group
could point me in the right direction. I'm not looking for a free ride, just
a suggestion as to how best to use all the tools at my disposal to diagnose
the situation.
I have an existing COM+ / ASP application (the COM+ objects are written in
VB 6.0) that I am wanting to migrate forward to .NET (using VB.Net). I have
added some ASPX pages to the existing application that do relatively simple
things such as display lists of data from a SQL Server database, etc. I have
successfully deployed the application in a 5 server "Microsoft Load
Balancing" cluster (the application is designed to be stateless, so this
works very well).
Everything was fine until I got uppity and decided to add some code that put
up entry fields, dropdowns, etc. to allow users to change data in the system.
Everything tests out just fine on my Windows XP SP2 development machine but
when I deploy the application to the production environment, it randomly
locks up the entire .NET subsystem. I can still go to other web pages on the
server that use COM+ but any ASPX page just hangs when I try to click on it.
I added a table to the database that allows me to record where I'm at in the
application (i.e. a glorified printf function) that gets fancy and uses
reflection to capture a stack trace at each step along the way and it appears
to be hanging in a different place each time.
I'm pretty sure it is hung instead of looping because the CPU utilization on
the machine stays pretty much at zero and the memory consumed by the w3svc
process apppears to be nearly static.
The servers are IBM HS20 blade servers configured using IBM's "server
manager" installation disk. They all have the right version of the .NET
framework on them, they are running Server 2003 Standard Edition, and are
patched up to latest & greatest on everything but DirectX (never bother to
install the update but I would think it wouldn't matter).
Now for my questions:
1. Is there some way I can see where the thing is hung?
2. What recommendations can I get from the group on diagnosing the problem?
3. Is there anything special I need to do from an installation perspective
outside of creating the "application" thingy in IIS Manager (right click on
the directory where the application lives and tell it to create a new
application taking the defaults)
Thanks in advance,
Bryan