ASP.NET 4.0 WebForms
Works fine in classic mode, but then my URL-routing doesnt work.
Basiclly, I think the page isnt loading up the javascript for the editor. All other js elements works fine. Everything works fine on localhost.
Anyone who had the same problem? Any ideas?
Found the answer. Its because im using the CKeditor .NET-control, which was build on the (now) old CKEditor. The newly released CKEditor is working with Intergrated mode.
The only problem with that is without the control (just the javascript) its pure client side, thus you have to handle the whole validation issue (validateRequest=false thing thing)