Hi, I have cloned my application on another system and run the application, Everything is working fine except images and images are coming in the back office media section as broken. Please suggest what should i do.
Thank you
Hii Lars,
Thank you so much for your reply. This solution workes for me, media folder is not included in the project previously, Now I have include it in the project and its working fine.
Media Section (images)
Hi, I have cloned my application on another system and run the application, Everything is working fine except images and images are coming in the back office media section as broken. Please suggest what should i do. Thank you
This usually means the images are present in the database, but the files are not present on the file system on which you run your application.
The media files are usually found in wwwroot/media
~Lars
Hii Lars, Thank you so much for your reply. This solution workes for me, media folder is not included in the project previously, Now I have include it in the project and its working fine.
is working on a reply...