As in my earlier post, the problem to register the RadEditor in the web config,
IS the permission (therefore it's not showing up), so I investigated a little bit at GoDaddy...
Here is what GoDaddy says:
Trust level refers to permissions set in the Web.config file that dictate what operations can and cannot be performed by Web applications. Our ASP.NET 3.5 and 4.0 shared hosting servers use the default Medium trust level with the addition of OleDbPermission, OdbcPermission, and a less-restrictive WebPermission.
Applications operating under a Medium trust level have no registry access, no access to the Windows event log, and cannot use ReflectionPermission (but can use Reflection). Such applications can communicate only with a defined range of network addresses and file system access is limited to the application's virtual directory hierarchy.
Using a Medium trust level prevents applications from accessing shared system resources and eliminates the potential for application interference. Adding OleDbPermission and OdbcPermission allows applications to use those data providers to access databases. WebPermission is modified to allow outbound http and https traffic.
My conclusion is therefore, that the RadEditor cannot be installed, if we use GoDaddy.
The problems with TelerikEditor is not to stand :O) - so I decided to make the good old FCK editor default.
THIS is working in all languages!
If you, Sebastian - or anybody else have a solution, I would be happy to hear about it
Best Regards,
Per