I"m not using, nor plan on using MVC. The problem I'm having is with the images not displaying. I merely mentioned MVC because I am not using it so it is not in the list of Handlers which might be causing the problem. I have no idea what the cause is but I'm
very certain it's not MVC since that is not installed.
I"m not using, nor plan on using MVC. The problem I'm having is with the images not displaying. I merely mentioned MVC because I am not using it so it is not in the list of Handlers which might be causing the problem. I have no idea what the cause is but I'm
very certain it's not MVC since that is not installed.
Hi,
Then could you include the type of "tags" and "reference" your using to display images
and the type of documnet your using "php" "html" "aspx""asp".
I use the the MVC as a need for more MVC type information.
The normal handlers are present unless they are excluded from the "Handler Mappings".
The most common issue is with the type of reference and the location of the images.
Martin :)
Windows and Linux work Together IT-Pros
Community Member Award 2011
txag
15 Posts
Images are not displaying
Jan 12, 2011 09:10 PM|LINK
I have IIS 7.5 setup and running on Windows Server 2008 Web edition.
IIS is setup to show static and dynamic content.
Everything on the site is working except for the images not being displayed.
I found this exchange between folks talking about Handler Mappings but I am unable to find any of the MVC references they describe.
http://serverfault.com/questions/53314/iis7-returns-blank-when-static-content-requested
Any help to track down the cause would be greatly appreciated.
Thanks!
IIS-7 handler mappings static content enabled imagess not showing mvc
HCamper
8048 Posts
Re: Images are not displaying
Jan 12, 2011 11:13 PM|LINK
Hello,
Can I suggest that maybe a look at MSDN Blogs Jon Galloway and this Article "ASP.NET MVC 3 Beta: Some FAQ’s"
located here: http://weblogs.asp.net/jgalloway/archive/2010/10/06/asp-net-mvc-3-beta-some-faq-s.aspx
it may resolve some of the questions related to MVC. He is part of the MVC Movie Project at Code Plex.
Post results and questions to this thread.
Martin :)
Community Member Award 2011
txag
15 Posts
Re: Images are not displaying
Jan 12, 2011 11:18 PM|LINK
HCamper
8048 Posts
Re: Images are not displaying
Jan 12, 2011 11:28 PM|LINK
Hi,
Then could you include the type of "tags" and "reference" your using to display images
and the type of documnet your using "php" "html" "aspx""asp".
I use the the MVC as a need for more MVC type information.
The normal handlers are present unless they are excluded from the "Handler Mappings".
The most common issue is with the type of reference and the location of the images.
Martin :)
Community Member Award 2011
HCamper
8048 Posts
Re: Images are not displaying
Jan 12, 2011 11:30 PM|LINK
The page you refered is issues for permissions on the server
to allow access.
Community Member Award 2011
kctt
654 Posts
Re: Images are not displaying
Jan 13, 2011 12:00 AM|LINK
Martin, your replies are not related to the OP request.
OP: which image extension the web server cannot display?
Have you tried to access the image directly in web broswer?
Verify link to image is correct. Check mime type for the extension in IIS.
txag
15 Posts
Re: Images are not displaying
Jan 13, 2011 01:36 AM|LINK
Did some more testing and found out if the images are on the root, then they will display.
However, any files of any types in the subfolders will not display.
It's like IIS isn't even "seeing" the subfolders or their content.
HCamper
8048 Posts
Re: Images are not displaying
Jan 13, 2011 01:47 AM|LINK
Hello,
How are you displaying the images?
item 1.) Are you using Web Browser and which one using File HTML view directory browsing?
item 2.) Are you using Windows Explorer using file browse?
A) If your using Windows Explorer are your folder settings to view as web pages content?
B) If your using Windows Explorer are unknown extensions shut off?
C) If your using Windows Explorer are yor using "Active Desk top Settings?
D) If your using Windows Explorer are do you have do not show hidden files select on folder settings?
For A thru D can make some files appear to be gone.
Post results and questions.
Martin :)
Community Member Award 2011
txag
15 Posts
Re: Images are not displaying
Jan 13, 2011 01:50 AM|LINK
It's in a web browser.
I have an "images" folder and the site/IIS can't "see" those files, even when I put the URL directly to the image.
HCamper
8048 Posts
Re: Images are not displaying
Jan 13, 2011 02:07 AM|LINK
Hello,
Go to IIS Manager go to the "default" site and look to see if the images folder is set as a "application" or as a "folder".
check the images folder for permissions and check the "Handler Mappings" there maybe one or more
mappings that are not enabled result would be to filter or exclude a type or set of types.
Martin :)
Community Member Award 2011