How to fix the 'Failed to load resource" in the web.config file
up vote
0
down vote
favorite
I'm getting the following error:
Failed to load resource: the server responded with a status of 404
(Not Found)
for my .otf font resource.
The problem is that when I test the website locally, this error doesnt show and the font is rendered, but once it's hosted in the server, I get this error.
Reading the solutions to this type of error suggest to update the web.config file.
How exactly do I do that? I dont know where the web.config file is.
I have an HTML & CSS code, with some JS code only, no back-end coding.
I've already checked this: [Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:5266/Content/fonts/glyphicons-halflings-regular.woff2.
My question is how to get to that web.config file to try the fix suggested.
html css fonts font-face
add a comment |
up vote
0
down vote
favorite
I'm getting the following error:
Failed to load resource: the server responded with a status of 404
(Not Found)
for my .otf font resource.
The problem is that when I test the website locally, this error doesnt show and the font is rendered, but once it's hosted in the server, I get this error.
Reading the solutions to this type of error suggest to update the web.config file.
How exactly do I do that? I dont know where the web.config file is.
I have an HTML & CSS code, with some JS code only, no back-end coding.
I've already checked this: [Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:5266/Content/fonts/glyphicons-halflings-regular.woff2.
My question is how to get to that web.config file to try the fix suggested.
html css fonts font-face
Is your font file (ie: xyz.ttf) is placed in directory from where you are trying to call it.
– WC2
Nov 11 at 17:31
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm getting the following error:
Failed to load resource: the server responded with a status of 404
(Not Found)
for my .otf font resource.
The problem is that when I test the website locally, this error doesnt show and the font is rendered, but once it's hosted in the server, I get this error.
Reading the solutions to this type of error suggest to update the web.config file.
How exactly do I do that? I dont know where the web.config file is.
I have an HTML & CSS code, with some JS code only, no back-end coding.
I've already checked this: [Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:5266/Content/fonts/glyphicons-halflings-regular.woff2.
My question is how to get to that web.config file to try the fix suggested.
html css fonts font-face
I'm getting the following error:
Failed to load resource: the server responded with a status of 404
(Not Found)
for my .otf font resource.
The problem is that when I test the website locally, this error doesnt show and the font is rendered, but once it's hosted in the server, I get this error.
Reading the solutions to this type of error suggest to update the web.config file.
How exactly do I do that? I dont know where the web.config file is.
I have an HTML & CSS code, with some JS code only, no back-end coding.
I've already checked this: [Failed to load resource: the server responded with a status of 404 (Not Found) http://localhost:5266/Content/fonts/glyphicons-halflings-regular.woff2.
My question is how to get to that web.config file to try the fix suggested.
html css fonts font-face
html css fonts font-face
asked Nov 11 at 9:51
w.y
397
397
Is your font file (ie: xyz.ttf) is placed in directory from where you are trying to call it.
– WC2
Nov 11 at 17:31
add a comment |
Is your font file (ie: xyz.ttf) is placed in directory from where you are trying to call it.
– WC2
Nov 11 at 17:31
Is your font file (ie: xyz.ttf) is placed in directory from where you are trying to call it.
– WC2
Nov 11 at 17:31
Is your font file (ie: xyz.ttf) is placed in directory from where you are trying to call it.
– WC2
Nov 11 at 17:31
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53247544%2fhow-to-fix-the-failed-to-load-resource-in-the-web-config-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Is your font file (ie: xyz.ttf) is placed in directory from where you are trying to call it.
– WC2
Nov 11 at 17:31