473,811 Members | 2,911 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP shutting off, needs recycling often

I've seen several posts about this, and was wondering if anyone has a
solution yet:

Hosted on a Windows 2003 server, ASP pages just stop loading, and don't
produce any errors (the load status bar of the browser just slowly increases
infinitely until you cancel the load). All html pages work fine, and the
ASP service must be restarted (recycled) to get the ASP pages working again.

This has been a pretty consistent problem with my website and two separate
hosting companies. The current hosting company is telling me that they have
no way to detect, trace, or log ASP errors, and that neither Windows 2003
server nor IIS 6 has any way to do so. How is that possible? Is the only
way to track down a problem with ASP to look through every page's code line
by line, and with the human eye predict what will cause an error? I'm not
an expert programmer, but isn't this an absolutely outlandish claim? How
can a hosting company claim that there is no way with the technology and
software they're using to find any errors that lead up to ASP stopping? Or
even any ASP error period, like an invalid object, or incorrect path?

Anyway, any feedback on this would be most helpful. Recycling the ASP
service is fine and all, but I'm trying to do things right and track down
the actual cause, which I feel must be something about the ASP code.

Thanks for ANY help

PS: Sorry if you hate that I posted this to 2 groups; I'm pretty desperate
to get some help and both groups seemed applicable. If there is somewhere
else I should post this, please let me know.

Newbie Supreme
Jul 19 '05 #1
3 1623
http://www.aspfaq.com/5005

Ray at work

"NewbieSupr eme" <ne***********@ yahoo.com> wrote in message
news:bn******** ****@ID-165961.news.uni-berlin.de...
I've seen several posts about this, and was wondering if anyone has a
solution yet:

Hosted on a Windows 2003 server, ASP pages just stop loading, and don't

Jul 19 '05 #2
"NewbieSupr eme" wrote:

Hosted on a Windows 2003 server...

...The current hosting company is telling me that they have
no way to detect, trace, or log ASP errors, and that neither
Windows 2003 server nor IIS 6 has any way to do so...


Nonsense. IIS6 makes this much easier than ever.
http://www.microsoft.com/technet/pro...rd/ca_wpim.asp
--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 19 '05 #3
It is either a case of going through your code to see what could cause a
problem, or getting hold of a Windows 2003 server that you can test your app
on to get a better idea about what is going on.

If you need to do the former I'd concentrate on any third-party or in-house
developed DLLs, and how you are using DLLs in general.

"NewbieSupr eme" <ne***********@ yahoo.com> wrote in message
news:bn******** ****@ID-165961.news.uni-berlin.de...
I've seen several posts about this, and was wondering if anyone has a
solution yet:

Hosted on a Windows 2003 server, ASP pages just stop loading, and don't
produce any errors (the load status bar of the browser just slowly increases infinitely until you cancel the load). All html pages work fine, and the
ASP service must be restarted (recycled) to get the ASP pages working again.
This has been a pretty consistent problem with my website and two separate
hosting companies. The current hosting company is telling me that they have no way to detect, trace, or log ASP errors, and that neither Windows 2003
server nor IIS 6 has any way to do so. How is that possible? Is the only
way to track down a problem with ASP to look through every page's code line by line, and with the human eye predict what will cause an error? I'm not
an expert programmer, but isn't this an absolutely outlandish claim? How
can a hosting company claim that there is no way with the technology and
software they're using to find any errors that lead up to ASP stopping? Or even any ASP error period, like an invalid object, or incorrect path?

Anyway, any feedback on this would be most helpful. Recycling the ASP
service is fine and all, but I'm trying to do things right and track down
the actual cause, which I feel must be something about the ASP code.

Thanks for ANY help

PS: Sorry if you hate that I posted this to 2 groups; I'm pretty desperate to get some help and both groups seemed applicable. If there is somewhere
else I should post this, please let me know.

Newbie Supreme

Jul 19 '05 #4

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

Similar topics

3
2839
by: Trevor Andrew | last post by:
Hi There, I have a small ASP.NET application under development. I am using VS.NET 2002 (2003 upgrade is on the way) with .NET Framework 1.1. It is hosted on a web hosting service in the US. I am experiencing the "Viewstate corrupted" error message on a particular page, when that page is left for a period of time and I return to it again, and submit it again. The page in question has a drop-down list of various RSS news feeds I am...
0
2342
by: Trevor Andrew | last post by:
Hi There, I have posted something previously regarding this issue, but I think I have some more concise questions to ask, and would like to get further feedback on this issue. Firstly the background. I have a small ASP.NET application under development. I'm using VS 2002 with Framework 1.1. One of the pages is a "resources" page that contains a list-box of various RSS feeds I am interested in surveying. As you select the different RSS...
3
4311
by: Grinninger | last post by:
Hello, I am using ASP.NET, C# under W2K. I try to keep some important information in application- and session-state Objects. With the recycling of the ASPNet_WP.EXE my application- and session-state Objects get lost. Therfore I have some questions: -) Is it usual that the ASPNet_WP.EXE becomes recycled twice a day? -) What is the expected recyclingperiod for the ASPNet_WP.EXE ?
0
1031
by: Henry Chen | last post by:
Hi all, I would like to know the side effect if I am going to change the worker process and use the proactive process recycling. I mean what could be the problem if I change the settings such as requestlimit in the machine configuration file. Will it be affect my asp.net application's user experience? Currently I am using the IIS 5 (5.1) and we have multiple site. Each of the site runs different version of asp.net assemblies (Framework...
5
1551
by: Ravi Ambros Wallau | last post by:
Dear friends: This is my third question on this news in three days... Sorry for this spam behavior :-) I've a lot of problems on "first page load" after some change on web.config or even in the contents of bin folder... Nathan Sokalski passed me a link to ILMerge library, I've made some tests grouping a set of DLL's that are loaded without reflection, but there were no improvements on load time. I've noted that ASP.NET copies all...
5
2231
by: Tony | last post by:
Hi all, Here's the link to the issue we were seeing on our ASP.NET system when modifying, adding and deleting directories in framework 2.0. http://blogs.msdn.com/toddca/archive/2005/12/01/499144.aspx I then tried a few of solution I found while perusing Google, - FCNMode registry mod - Relocating to App_Data folder to create/modify/delete directories.
2
13677
by: Jack | last post by:
Sorry for the double post (also in the IIS group). We've got an ASP.Net 2.0 app running on IIS6. We kept losing sessions, and enabled health monitoring to see what was happening. This morning the got the following in the logs. Any idea what would cause it? Event code: 1002 Event message: Application is shutting down. Reason: Hosting environment is shutting down. Event time: 7/17/2007 10:28:37 AM
4
3706
by: Larry Bud | last post by:
Not sure where else to post this.... One of our developers quit and I'm taking over stuff from him. He had a COM app that would lock files on occasion (yeah, thanks for leaving that in production instead of finding the real problem)... anyway, the "fix" was to shut down the com app when it would lock the file. Any way to do that from a command line?
2
2024
by: =?Utf-8?B?UGF1bA==?= | last post by:
Hi I am monitoring web apps with the windows event log and noticed several (Hosting environment is shutting down) statements. The server appears to still be running, just wondering any ideas on what can cause this, thanks. -- Paul G Software engineer.
0
9730
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9605
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10651
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10403
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7671
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6893
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5555
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3868
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3020
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.