Installation and deployment
Version 7.x > Installation and deployment > Issue loading dynamic images on IIS 8/Win 2012 server View modes: 
User avatar
Member
Member
Nik - 4/10/2013 8:01:13 PM
   
Issue loading dynamic images on IIS 8/Win 2012 server
Greetings, we migrated a CMS version 7 site from a IIS7 server to IIS8 server using the export/import feature. Database is the same. On the new server almost everything appears to be working fine but dynamic images are not loading. Static images (from /CMSTemplates folder) seem to be loading. Has anyone experienced something similar and/or could you point toward any possible reasons? The images that do no load have this format/url below.

http://example.url.com/getmedia/2315fb88-8acb-4d9c-99df-0919fb916b58/icon_schedule-small.png?width=55&height=55&ext=.png


Thanks!!

User avatar
Member
Member
Nik - 4/10/2013 8:07:40 PM
   
RE:Issue loading dynamic images on IIS 8/Win 2012 server
never mind, the fix is to have this in the web.config

<system.webServer>
<httpErrors existingResponse="PassThrough" />
<modules runAllManagedModulesForAllRequests="true">