Hi Para,
I Updated the Global.asax and the ASPNET.StarterKit.Communities.dll, but nothing changes. The problem persists.
In the other hand, I exported the Db to other machine and tried from there, but doesn't work for this community too. Simplifying, no matter what SQL server I use, the problem remain as is.
My server is a machine running Win 2003 server with SQL 2000 SP3, DNS, IIS 6.0 with .NET Framework 1.1 ver. 1927. The problematic community use a subdomain URL (int.mydomain.com/application). When I try to open other articles in other communities (xxx.mydomain.com/application) it works fine, but when I try to open any article in this community (in this section or in any other article's section inside this community) doesn't work.
About your last idea, the 4500 articles consist in a Title with less than 142 characteres, a Intro Text with "Terminology & Lexicon + the Title" and a Extended text with the meaning of the Title inside HTML tags. Bellow an example:
Title:
UNESCO Convention on the Means of Prohibiting and Preventing the Illicit Import, Export and Transfer of Ownership of Cultural Property of 1970
Intro Text:
Terminology & Lexicon: UNESCO Convention on the Means of Prohibiting and Preventing the Illicit Import, Export and Transfer of Ownership of Cultural Property of 1970
Extended Text:
<table border="1" width="100%" id="table1" style="border-width: 0px">
<tr>
<td style="border-style: none; border-width: medium" colspan="2">UNESCO Convention on the Means of Prohibiting and Preventing the Illicit Import, Export and Transfer of Ownership of Cultural Property of 1970:</td>
</tr>
<tr>
<td style="border-style: none; border-width: medium" width="8%"> </td>
<td style="border-style: none; border-width: medium" width="90%" bgcolor="#DDDDFF">
In 1970 the United Nations organization UNESCO took on the challenge to counter the pilfering of architectural complexes, destruction of ancient sites, and international trade in stolen cultural properties. UNESCO issued a "convention" (an international agreement to which a number of nations are contractual parties) called the "UNESCO Convention on the Means of Prohibiting and Preventing the Illicit Import, Export and Transfer of Ownership of Cultural Property." Its concern: "the measures to be adopted to forbid and prevent the importation and the transfer of the illicit property of cultural goods." . Also see antiquity and museum.</td>
</tr>
</table>
I don't think that the messes comes from one of the articles, I think that the problem really comes from the timeout period asigned by the Db or the .NET Framework. Probably the needed time to proccess this amount of data must be a little bit higher than the standard (if I don't missunderstood it is 30 seconds). Now maybe you know, or someone else, how to increase the timeout period ?. About this point, notice that my server is a poor celeron 466 with only 160 MB RAM.
Also note that I already added the line in my Web.Config file
<httpRuntime maxRequestLength="1000" executionTimeout="180" />
but nothing happens.
I hope with this information we can find a solution. Thanks.
Tomas