I have a website that I wrote and is running on Windows 8.1 (64-bit) computer.
In simple terms, the site is a photo album type site. There are folders and within the folders, there are images. The images are not always being displayed. And if you refresh the page, or leave that page and come back, some of the images will display, some will not. But not necessarily the same images each time.
In checking the IIS log, I am getting 500.0 error codes.
I did find another posting which suggested going into IIS and changing the "Load User Profile" value in the app pools to "False". I tried that, and it didn't help.
It also doesn't seem to matter if I try accessing the website from another desktop computer, or from this computer (using localhost in the URL).
The site is written to ASP.NET MVC, but that doesn't seem to matter. I also created a plain HTML page which just displayed the images in one of the folders, and I still experienced the same issue.
And I tried using both the Metro version of IE, the desktop version of IE (version 11.0.9600.17107), and Firefox (version 30.0). Same results so it doesn't seem to be some sort of browser issue. Which is making me think it's an IIS issue.
Does anyone have any ideas of what the issue might be, or any suggestions on resolving the issue?
Richard