ASP.NET error while on umbraco forum Options
robinnexus
Posted: Saturday, August 02, 2008 8:19:33 PM

Rank: Newbie

Joined: 2/5/2008
Posts: 13
Location: Mumbai
Hi,
Got ASP.NET error.
I logged in to Umbraco forum.
And searched by "Posted By" my user name.

I got search results (2 pages).
When I clicked for 2nd page I got following error, Please see the URL below:
http://forum.umbraco.org/Default.aspx?g=search

*************
Server Error in '/' Application.


Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>






*************

Please try and fix it...

Thank you!

Ranjit Vaity



Thank you!

Regards
Ranjit Vaity
LBi India
drobar
Posted: Monday, August 04, 2008 4:41:16 PM

Rank: Umbracoholic

Joined: 9/8/2006
Posts: 1,689
Location: KY, USA
Yes, this needs to be fixed in the forum software. Until then, be sure to set the number of returned results to 50 (instead of the default 5). This will get you the 50 most recent entries for your search term on the first page of the results. Though not a fix, it is a useful work-around until the forum's search is fixed.

cheers,
doug.

MVP 2007-2009 - Official Umbraco Trainer for North America - Percipient Studios
robinnexus
Posted: Sunday, August 10, 2008 12:24:45 PM

Rank: Newbie

Joined: 2/5/2008
Posts: 13
Location: Mumbai
Hi doug,

Sure thing!

Thank you for your reply....



Thank you!

Regards
Ranjit Vaity
LBi India
Users browsing this topic
Guest


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.