09-16-05 10:59 PM
Hi Dan,
as indicated: this problem should better be addressed on an ASP.NET related
newsgroup.
You should also debug the code to see if the problem occurs in the
GetResponse method.
You could also use performance monitor to see if problems with the process
memory occurs - e.g. if it goes up to 800 MB. ASP.NET has a limit of 800 MB
per workerprocess.
So maybe something else is consuming memory and finally the RssAggregator
fails due to this.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"Dan Bowling" <DanBowling@discussions.microsoft.com> wrote in message
news:696929D1-FC71-4DF4-BD04-C381DE1315A8@microsoft.com...
>I have mentioned this before in the thread "RSSAggregator Timing out", but
>I
> have still been unable to solve this problem.
>
> Every day, my MCMS site goes down several (appearingly random) times,
> where
> it won't respond to requestes. After I wait for a while, my RSSAggragator
> control shows a time-out, and the page loads. I am confident that the
> control
> is not the problem, as I recovered a version of it that has worked in the
> past and placed it in my project. I don't see any logs being created on
> either our database server or our web server in the event viewer.
>
> When the site times-out, I can enter VS and rebuild the project, which
> then
> brings the site back to functionality.
>
> I have exhausted all the troubleshooting that I have been able to think
> of.
> Any suggestions?
[ Post a follow-up to this message ]
|