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

iis sometimes stops responding

Hi,

I am developing an asp.net app in C# on winxp pro.

During a heavy development/debugging session, very occasionally IIS will
seem to stop responding to asp.net requests. Other non-asp.net stuff works
but asp.net requests (even for other web apps than the one I'm debugging)
dont't even appear in the IIS log. If I kill the aspnet_wp.exe it recovers
and everything is fine again.

I'm happy to live with a bit of instability in the development environment,
but if this is going to be a problem when it's deployed I'd like to find out
about it now.

Anyone else seen this type of behaviour? anyone care to comment about the
suitability of asp.net for a 24x7 web application?

TIA

Andy
Nov 19 '05 #1
2 1322
I have worked on numerous 24x7 apps in ASP.NET, without problem. The main
reason I see apps not working is coding problems. Most of the coding problems
I have seen are caused by trying to write ASP in ASP.NET rather than making
the paradigm shift to the ASP.NET methodology. The first place I would
examine is your code. If you cannot find anything, see if there is budget to
pull in an ASP.NET expert to fix it and mentor your developers on proper
ASP.NET methodology.
---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"Andy Fish" wrote:
Hi,

I am developing an asp.net app in C# on winxp pro.

During a heavy development/debugging session, very occasionally IIS will
seem to stop responding to asp.net requests. Other non-asp.net stuff works
but asp.net requests (even for other web apps than the one I'm debugging)
dont't even appear in the IIS log. If I kill the aspnet_wp.exe it recovers
and everything is fine again.

I'm happy to live with a bit of instability in the development environment,
but if this is going to be a problem when it's deployed I'd like to find out
about it now.

Anyone else seen this type of behaviour? anyone care to comment about the
suitability of asp.net for a 24x7 web application?

TIA

Andy

Nov 19 '05 #2

"Cowboy (Gregory A. Beamer) - MVP" <No************@comcast.netNoSpamM> wrote
in message news:E5**********************************@microsof t.com...
I have worked on numerous 24x7 apps in ASP.NET, without problem. The main
reason I see apps not working is coding problems. Most of the coding
problems
I have seen are caused by trying to write ASP in ASP.NET rather than
making
the paradigm shift to the ASP.NET methodology. The first place I would
examine is your code. If you cannot find anything, see if there is budget
to
pull in an ASP.NET expert to fix it and mentor your developers on proper
ASP.NET methodology.


Thanks, that's good to know.

I'm pretty sure the code is OK - I can see it's not getting as far as
invoking my Page_load for instance. I have written plenty of large reliable
apps before and I don't know ASP well enough to have gotten into any bad
habits :-)

I reckon it's just IIS getting a bit confused with having the debugger
constantly attach and detach and constantly having to reload the application
and so on. I get similar symptoms when developing big java apps.

---

Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

***************************
Think Outside the Box!
***************************

"Andy Fish" wrote:
Hi,

I am developing an asp.net app in C# on winxp pro.

During a heavy development/debugging session, very occasionally IIS will
seem to stop responding to asp.net requests. Other non-asp.net stuff
works
but asp.net requests (even for other web apps than the one I'm debugging)
dont't even appear in the IIS log. If I kill the aspnet_wp.exe it
recovers
and everything is fine again.

I'm happy to live with a bit of instability in the development
environment,
but if this is going to be a problem when it's deployed I'd like to find
out
about it now.

Anyone else seen this type of behaviour? anyone care to comment about the
suitability of asp.net for a 24x7 web application?

TIA

Andy

Nov 19 '05 #3

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

Similar topics

0
by: Lior M | last post by:
Hello everyone I'm having a little problem where my mysql 4.0.21 for some reason stops "responding" until I do a flush-hosts. This is happening almost every day. It's a pretty heavy loaded...
0
by: Michael Bourgon | last post by:
I've been having the same problem for 2 weeks now. If anyone has any ideas, I'd love to hear them. We are using both SQL and Windows Authentication. I was running a Profiler Trace at the time,...
7
by: mjkahn | last post by:
Everything runs fine for a while (weeks even), and then IIS stops responding to (or even logging) requests for ASP pages. HTML pages are served up just fine. I'm running Windows 2000 SP4, and...
3
by: TM360 | last post by:
I realize this may not be the right group to post this, but I'm not having much success elsewhere so I thought I'd give it a try... In our application we have a link that opens a new window...
2
by: Nils Hedström | last post by:
Today my stateserver (running at the same computer at the web-server) suddenly stopped responding (after 10 days working perfectly). I did not see any entry in the eventlog indicating that the...
0
by: dotnet user | last post by:
I have a asp.net webpage which has aroud 20 steps as hyperlink. when start button is clicked, then step1 starts which does some operation in db and returns some value, based on that value i post...
5
by: jobi | last post by:
Hi, I'm trying to develop this vb.net application which gathers info. When I start the gathering process, I refresh text-fields in the form to see progress and to see where it gets. This works...
9
by: Dan S | last post by:
I have a .NET web service running on a 2K box and IIS 5. We've experienced it twice now where the service stops responding to any type of request after running succesfully for a month or so. The...
3
by: Jakes | last post by:
I need to associate the elements of a bool type matrix with the state of a checkbox from an array that i've created. For example: if the element checkBoxMatrix is checked then the the element in...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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:
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...

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.