| Added: August/20/2008 at 2:05pm | IP Logged
|
|
|
I did look at what you doing and you are showing a lot of banners at once per page... the microsoft xml parser component probably can not deal with that many requests from within the same domain.. it is a problem microsoft warns about..
multiple that by however busy your site is and it could be getting hit very hard
so again try calling banners using one of the other methods.. the iframe method works very well and under that scenario instead of asking the server to invoke the xml parser 20 times per page you are doing the actual calls to the banner system client side which should make a huge difference
alternatively you can move aspbanner to a different domain or sub domain within a different application pool... that is really the best way to run it when dealing with really busy sites because the xml parser wont have the same domain issue.. and the banner system will be isolated and running in it's own pool
__________________
Best Regards,
Christopher Williams
www.CJWSoft.com
|