Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Google syndication causes .NET error
Message
 
 
To
10/04/2008 12:48:02
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01309549
Message ID:
01309754
Views:
7
>>Have you resolved the issue? When I was loading UT I noticed google syndication at the bottom.
>
>It took me a while to figure out that one. I thought I had this when only Google syndication was called. But, this morning, I found out that I had a few errors like that even if the Google syndication was not called. So, I started to investigate more and more until I realized an important issue. When that script is inserted in a page, when the page loads, at the same time, a call is sent to Google robot. The Google robot then sends in another requests to read the page content so it could then decide on which ads to insert. So, basically, there are two hits per page when this is effective. I always investigated on this as if it was related to my hit but I just realized this morning that the error was caused on the second hit sent by Google robot. After that, it only took me a few minutes to locate in the code where the problem was. Because, when that happens, because the hit coming in from the Google robot is not authenticated into the site, this will take a different route.
>
>So, at one location, I had a string length comparison and I forgot to include .Length. The only think I don't like about that error is that is doesn't give me the stack trace. If that error would give me the stack trace, I would have been able to locate that sitation much faster.

Great detective work! I'm glad you solved this problem.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform