I have an ASP.NET project that was using ckeditor 3.6.6.2 for ASP.NET but that version has issues when access from IE11 so, according to what I was able to find out online, these issues were resolved in ckeditor 4.x versions. So, I downloaded a custom configuration to get only the toolbar options that I needed and replaces the necessary files within my project. On my local machine, everything works as it should but now, when I push the updated solution out to the production server, all of the textboxes within the form disappear completely!
What happened? Can someone please help!