Click here to Skip to main content
15,892,161 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

We are switching from Win 2003 server to Win2012 server.
We need to host simple web application in IIS8.
When we open the URL from client PC which has all the credentials, images are not getting displayed in the web page.
Same application worked fine in Win2003 server.

Below are the settings made

1. IIS metabase compatibility is enabled as our applications built in .Net framework 3.5

2. In Server role - Webserver - Common HTTP content- Static content is enabled

3. We have dedicated application pool.

4. Using Negotiate authentication and useAppPoolCredential is made TRUE

Please help in resolving the issue.

Regards,
Vijay
Posted
Comments
Kornfeld Eliyahu Peter 10-Feb-15 2:11am    
Check the actual path in the image source attribute (use your browser) - maybe there are not images at that path?
It is possible that you used absolute paths for your images, but after deployment it is no longer valid...
vijay javagal 10-Feb-15 2:29am    
Hi Peter,

Thanks for your reply.
Images are present in the actual path.

Regards,
Vijay

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900