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?
|