Ask a Question related to ASP, Design and Development.
-
Ray at #1
Re: ASP shutting off, needs recycling often
[url]http://www.aspfaq.com/5005[/url]
Ray at work
"NewbieSupreme" <newbiesupreme@yahoo.com> wrote in message
news:bn1dfr$s2l35$1@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
Ray at Guest
-
FormsAuthentication + Protection + Recycling
When a client enters the site I check for a persistent cookie of short duration, and if present decrypt it to obtain identification data, that is... -
Can't empty the recycling bin because of ai files
Hello World, I am using windows XP and Illustrator 9.0. I am able to delete items but am not able to open the recycling bin. I've tried going... -
[BUG] Fatal recycling of SystemStackErrors
Moin! In Ruby 1.8.0 old SystemStackErrors seem to be reused when there should have been raised a new one instead: irb(main):001:0> y = proc {... -
Recycling aspnet_wp.exe a pain in the !@#$%
I've been spending some time recently writing some ASP.NET authentication code that relies on CAS to minimize the threat posed by luring attacks.... -
Flash with Nikon N65: Recycling and Shutter Release Lock
I have a Nikon N65. As I've said many times before--almost as if I'm apologizing for choosing a N65, and I'm not (just acknowledging how great the... -
Dave Anderson #2
Re: ASP shutting off, needs recycling often
"NewbieSupreme" wrote:
Nonsense. IIS6 makes this much easier than ever.>
> 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...
[url]http://www.microsoft.com/technet/prodtechnol/windowsserver2003/proddocs/standard/ca_wpim.asp[/url]
--
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.
Dave Anderson Guest
-
NewbieSupreme #3
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
NewbieSupreme Guest
-
Adrian Forbes [ASP MVP] #4
Re: ASP shutting off, needs recycling often
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.
"NewbieSupreme" <newbiesupreme@yahoo.com> wrote in message
news:bn1dfr$s2l35$1@ID-165961.news.uni-berlin.de...increases> 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 slowlyagain.> infinitely until you cancel the load). All html pages work fine, and the
> ASP service must be restarted (recycled) to get the ASP pages workinghave>
> This has been a pretty consistent problem with my website and two separate
> hosting companies. The current hosting company is telling me that theyline> 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 codeOr> 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?desperate> 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> to get some help and both groups seemed applicable. If there is somewhere
> else I should post this, please let me know.
>
> Newbie Supreme
>
>
Adrian Forbes [ASP MVP] Guest



Reply With Quote

