Glyphics perform well in development, but not when placed in IIS

I can see my icons well when during development, however after creating the deployment package using the Visual Studio deployment package and placing it on my local (same PC) IIS7.5 server, the icons do not appear, I just get an empty box for everyone of them

I checked the path, the images are there.

I figured out all over the world and found someone with the same question as him, but he was running his Apache web project, so he did chmod for all of his files and folders until 777.

I did the same in IIS7.5, I granted read / write folders access, but they still do not appear. I did this with handler mappings> View Content> Edit Rights. I gave a folder in which full control over glyphicons.png was available to all users to be sure.

So far, nothing appears. What else do you need to check?

+5
source share
2 answers

I was looking for the same answer, and worked for me when I put the link directly to the site.

Try using the links provided at http://glyphicons.getbootstrap.com/ , or simply place them on the _Layout page:

  • <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet">

  • <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>

  • <link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css" rel="stylesheet">

Here are some other links to similar situations:

+9

FYI, , fooobar.com/questions/136426/..., , Build .eot,.ttf .woff "Content" "None". .

+4

All Articles