Installation and deployment Questions on installation, system configuration and deployment to the live server.
Version 5.x > Installation and deployment > Images not displaying on iis7 View modes: 
User avatar
Member
Member
pat.newsome-avalara - 8/25/2011 5:55:41 PM
   
Images not displaying on iis7
Upgraded to 5.5 and I can compile and run the site on local host all the images resolve. Publish the site to IIS 7 server the pages render but no images are rendering that are not comming directly from the file system.

Changed the web config to include the settings
<httpErrors existingResponse="PassThrough" />
<modules runAllManagedModulesForAllRequests="true">

as suggested here http://www.kentico.com/Docs/DevGuide/index.html?windows_7_and_2008_r2.htm

Still no images.

The application is running in a separate app pool that is integrated mode. What setting am I missing in IIS7 or the web.config?




User avatar
Member
Member
pat.newsome-avalara - 8/26/2011 10:29:39 AM
   
RE:Images not displaying on iis7
Also I have another site running on this server with a different instance of Kentico 5.5 it resolves the images correctly. No errors are being thrown in the application log.


User avatar
Member
Member
pat.newsome-avalara - 8/26/2011 12:03:09 PM
   
RE:Images not displaying on iis7
Finally figured it out. The images folder had not been copied to the server.