473,385 Members | 1,326 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Yahoo crawler returns error message '500 internal error' for c# si

Hello there
I wrote a web site in c# and I'm using forms authentication for some of the
pages in the root folder. The site is fully accessible from the web no
problem, but when I request crawler Yahoo to index the site, it returns a
'500 server internal error', and then Yahoo can't not index this web site at
all.
Have anyone there experinced that already? I spoke to the ISP and they know
nothing about it. I spent hours searching the web for an answer! Can I
mention the web site here (to prove to you that it is accessible)?
http://www.4holidayrentals.com
My web.config file looks like this:

<configuration>
<system.web>
<customErrors defaultRedirect="PageNotFound.aspx" mode="RemoteOnly"/>

<authentication mode="Forms">
<forms name="FourHolidayRentalsAuth" path="/" loginUrl="Login.aspx"
protection="All" timeout="120"></forms>
</authentication>

<compilation
defaultLanguage="c#"
debug="true"
/>

</system.web>

<!-- set secure paths -->
<location path="AdvertisersArea.aspx">
<system.web>
<authorization>
<deny users="?" />
</authorization>
</system.web>
</location>
....

And then I list all the protected pages. I don't list the non-protected
pages though. Should I? Should I remove the 'debug=true' clause since now it
should be in production?
Please help me!

Rodrigo-A Brazilian living in Ireland
Jul 21 '05 #1
1 2189
Hi Rodrigo-Dublin,

This is a "classic" ASP group. The ASP.NET groups have "aspnet" in their
names, i.e. microsoft.public.dotnet.framework.aspnet.

Ray at work

"Rodrigo-Dublin"
I wrote a web site in c#

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: John F Dutcher | last post by:
Can anyone comment on why the code shown in the Python error is in some way incorrect...or is there a problem with Python on my hoster's site ?? The highlites don't seem to show here...but line...
10
by: | last post by:
I am accessing the same error-containing ASP page on an ISP server using w2k IE6 but with different effect. On the first computer I get several line of HTML outputed by ASP, shown correctly by...
1
by: weiwei | last post by:
Hi, I am having trouble with http 500 internal error. I have develope several dynamic pages, it works fine on our intranet server, however, when I migrated into our external IIS server, most of...
5
by: Ben | last post by:
hi when I try to excecute an ASP (either JS or VB) script to say, access a database record, I get an Internal Server Error HTTP 500.100 Why? and HOW CAN I FIX THIS? Thanks
0
by: Rodrigo-Dublin | last post by:
Hello there I wrote a web site in c# and I'm using forms authentication for some of the pages in the root folder. The site is fully accessible from the web no problem, but when I request crawler...
3
by: RodrigoIreland | last post by:
Hello there I wrote a web site in csharp and I'm using forms authentication for some of the pages in the root folder. The site is fully accessible from the web no problem, but when I request...
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
2
Frinavale
by: Frinavale | last post by:
I thought it would be nice to share the solution to my IIS headache with the rest of the world. I have developed a web application that has been distributed. Upon installing my application, some...
3
by: guillaume.braux | last post by:
Hello, I am running WS2008 + IIS7 + FASTCGI + ZendCore. I have not modified the default ZendCore php.ini configuration file. Actualy, any kind of PHP error, warning or notice gives me...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.