Rank: Member
Joined: 2/3/2007(UTC) Posts: 100
|
Example 2 error messages below First: 6/23/2008 11:46:44 PM Error <br>Session:<br>To:http://www.nicegesture.com/WebResource.axd?d=5k2ADy6JJ75lPusnbtua9Xdd_yyOOmtO2LuTyumg6XU1&t=633333249005184348 <br>From:<br>User:66.249.67.229(66.249.67.229)<br>Agent:Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)
Second: 6/23/2008 11:46:44 PM mscorlib Padding is invalid and cannot be removed.[ at System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) at System.Security.Cryptography.CryptoStream.FlushFinalBlock() at System.Web.Configuration.MachineKeySection.EncryptOrDecryptData(Boolean fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at System.Web.Handlers.AssemblyResourceLoader.System.Web.IHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) ]
So since those two error messages (too many of them in my error log) comes in at the exact same time, I figure that this happens when google bot is trying to crawl my site. So, I did a research and found out that this is related to SESSION TIMEOUT which can be configured in WebConfig file. I went in to the webconfig file to see if I can increase the session timeout so this problem would not occur like this but I did not see any code referring session timeout in webconfig file.
Now, what do I need to do to fix the problem? I didn't want to change anything in webconfig file before I see what BV Software and its experts suggest :)
|
|
|
|
Rank: Member
Joined: 2/3/2007(UTC) Posts: 100
|
Any suggestions? does anybody have those kinds of error messages in their log? Were you able to fix this?
|
|
|
|
Rank: Member
Joined: 1/15/2008(UTC) Posts: 58
|
Man, I get atleast a dozen of those types of error's a week, and our store is not even live yet. :rolleyes:
|
|
|
|
Rank: Member
Joined: 2/21/2007(UTC) Posts: 1,113
|
if it's simply a Google bot - why worry about it? Is it causing an error on the site itself for customers? Or is Google unable to crawl the pages? |
|
|
|
|
Rank: Member
Joined: 2/3/2007(UTC) Posts: 100
|
There are that type of errors for many sessions, not only google bot. Why would there be any errors? I would like my site performance at the highest level. There might be some other problems because of that.
|
|
|
|
Rank: Member
Joined: 11/5/2003(UTC) Posts: 2,136
Was thanked: 1 time(s) in 1 post(s)
|
No spider bots should be pulling WebResource.axd url's. They are just bits of javascript and should not be indexed. Update your robot.txt file to block them. |
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.