Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 15, 2012 02:08 AM by Dino He - MSFT
Member
4 Points
4 Posts
Feb 13, 2012 05:03 PM|LINK
Hi,
I have a problem: when googlebot come to website pages where is login form - it reveice error from site ("ureachable" in webmaster tools).
This error is N500
When googlebot visit pages without login form - it receive ok (status 200)
When I visit website page through browers - everything is ok in all pages (with login forms and with it).
My system:
I have only one version ASP.NET
Web.config (part):
<anonymousIdentification enabled="true" /> <authentication mode="Forms"> <forms cookieless="UseCookies" defaultUrl="Default.aspx" loginUrl="~/AccessDenied.aspx" name="GSFORMAUTH" protection="All" slidingExpiration="true" timeout="44000"> </forms> </authentication>
Failed Request tracing log (part) :
<failedRequest url="http://mysite.com:80/" siteId="1" appPoolId="ASP.NET v4.0" processId="2956" verb="GET" remoteUserName="" userName="" tokenUserName="IIS APPPOOL\ASP.NET v4.0" authenticationType="anonymous" activityId="{00000000-0000-0000-5700-0080000000F5}" failureReason="STATUS_CODE" statusCode="200" triggerStatusCode="500" timeTaken="4172" xmlns:freb="http://schemas.microsoft.com/win/2006/06/iis/freb" >
What caused this problem?
Thanks for help, Alex.
google asp.net
All-Star
15882 Points
2977 Posts
Feb 13, 2012 05:47 PM|LINK
Hello,
If you wish Google bot to access your login requested pages then you could provide login information in google webmaster tools. Take in mind that in this way google will index your pages and all of your content could be available for public.
Regards
Feb 13, 2012 06:13 PM|LINK
No I don't want to access login requested pages to google bot.
I mean this. For example - main page of website, google bot receive error from this page.
On main pages there is login form. All users can visit main page.
I want google bot eat main page, but it don't want because of 500 error.
The second, I have simple aspx page on this domain - google bot receive ok (status 200) and add it to index.
I don't understand why simple page is in google index, but main page isn't there, and why 500 error happens..
Star
8068 Points
1023 Posts
Microsoft
Feb 15, 2012 02:08 AM|LINK
Hi
In this two thread, they describ the same question:
http://www.google.com/support/forum/p/apps-apis/thread?tid=32d968dbc54cd7f3&hl=en
http://www.google.com/support/forum/p/apps-apis/thread?tid=734074eee28e03d1&hl=en
And you can go to this forum and create a thread there.
The google engineer will give you more helpful answer.
Hope it hlepful.
alex1306
Member
4 Points
4 Posts
ASP.NET 4 trouble. Why only Googlebot think that my website unreachable?
Feb 13, 2012 05:03 PM|LINK
Hi,
I have a problem: when googlebot come to website pages where is login form - it reveice error from site ("ureachable" in webmaster tools).
This error is N500
When googlebot visit pages without login form - it receive ok (status 200)
When I visit website page through browers - everything is ok in all pages (with login forms and with it).
My system:
I have only one version ASP.NET
Web.config (part):
Failed Request tracing log (part) :
What caused this problem?
Thanks for help, Alex.
google asp.net
HostingASPNe...
All-Star
15882 Points
2977 Posts
Re: ASP.NET 4 trouble. Why only Googlebot think that my website unreachable?
Feb 13, 2012 05:47 PM|LINK
Hello,
If you wish Google bot to access your login requested pages then you could provide login information in google webmaster tools. Take in mind that in this way google will index your pages and all of your content could be available for public.
Regards
Free ASP.NET Examples and source code.
alex1306
Member
4 Points
4 Posts
Re: ASP.NET 4 trouble. Why only Googlebot think that my website unreachable?
Feb 13, 2012 06:13 PM|LINK
No I don't want to access login requested pages to google bot.
I mean this. For example - main page of website, google bot receive error from this page.
On main pages there is login form. All users can visit main page.
I want google bot eat main page, but it don't want because of 500 error.
The second, I have simple aspx page on this domain - google bot receive ok (status 200) and add it to index.
I don't understand why simple page is in google index, but main page isn't there, and why 500 error happens..
Dino He - MS...
Star
8068 Points
1023 Posts
Microsoft
Re: ASP.NET 4 trouble. Why only Googlebot think that my website unreachable?
Feb 15, 2012 02:08 AM|LINK
Hi
In this two thread, they describ the same question:
http://www.google.com/support/forum/p/apps-apis/thread?tid=32d968dbc54cd7f3&hl=en
http://www.google.com/support/forum/p/apps-apis/thread?tid=734074eee28e03d1&hl=en
And you can go to this forum and create a thread there.
The google engineer will give you more helpful answer.
Hope it hlepful.
If you have any feedback about my replies, please contact msdnmg@microsoft.com
Microsoft One Code Framework