Hey guys I have a rich text box for a page type. And when I try to add an image on my form I upload and image. The image name shows up in a box but my image does not show. Works okay in my dev environment but not my staging area.
Found it, I had to add runAllManagedModulesForAllRequests="true" to the modules section in the web.config
How are you loading the image ? As content, Attachment, Media Library, or Web. If it is media library, could be a permission issue on the Media library folders.
Please, sign in to be able to submit a new answer.