This is a migrated thread and some comments may be shown as answers.

[Solved] RadEditor in AboutMe(Profile)

1 Answer 15 Views
RadEditor
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Nikolaj Rasmussen
Top achievements
Rank 1
Nikolaj Rasmussen asked on 25 Jan 2006, 11:08 AM
Hey,
When installing the radeditor, it replaces the default editor with radeditor in the userprofile page (about me) among other pages probably.

If i got the following customErrors in the web.config,
it simply redirects to that page, instead of showing the editor.

<customErrors defaultRedirect="error.aspx" mode="On"> 
</customErrors>

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 25 Jan 2006, 12:40 PM
Hi Nikolaj,

Indeed, by default all Sharepoint errors are redirected to the Error.aspx page and it is difficult to see the stacktrace of the original problem and get a more meaninng full error message. You can switch this default mode - just replace this xml tag from your web.config with:

..
 <customErrors mode="Off" />
..

This will show the actual error you are getting.

Best wishes,
Elton
the telerik team
Tags
RadEditor
Asked by
Nikolaj Rasmussen
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or