Click here to Skip to main content
15,887,240 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am running into an issue with images not displaying when I deploy my application. when I try to browse image directly from IIS image folder it gives me error-'HTTP Error 500.0 - Internal Server Error' For Application pool identity I am using custom account option instead of builtin account.I have created user account and added into IIS_IUSRS group and using this account for ApplicationPool Identity. Unable to identify why this is giving problem to IIS_IUSRS group user?

What I have tried:

1.
If I change ApplicationPool Identity to local user and browse image,its working fine and displaying images.

2.
in Windows Explorer on the "MyNewWebsite.com" directory, I have assign read/write permissions for the virtual user account "IIS AppPool\MyNewAppPool
Posted
Comments
Maciej Los 4-Jan-17 2:07am    
Does custom account have permission to read folder with images?
poonam25 4-Jan-17 3:21am    
yup
Maciej Los 4-Jan-17 10:21am    
So, you should debug your programme to find out where the issue lies.

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



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