Hi Everyone,
I'm new here. I'm having a weird problem in a new project. I'll spare you all the details and cut right to the chase.
At this point I'm testing with an extremely simple web page. It has one div, and inside that div is an image. Here's the code:
<!DOCTYPE html>
<html>
<head>
</head>
<body>
<div class="ribbon">
Ribbon
<img src="C:/tmp/db78.png">
</div>
</body>
</html>
Here's the issue. If I put this page in a Web directory and have IIS serve it, the image gets blocked. In the Network tab of Chrome's Developer Tools, it says "blocked:other" in the status column. But if I just right click on the html file and open it with Chrome, it displays the image fine.
I've granted Full control to Everyone and to Local System, but IIS still can't get the images.
Does anyone have any ideas I can try.
Thanks,
PToomey