0

Good evening everyone I would like to deploy a web application (WebForm) developed with VS2017 locally on IIS but the css and javascript files are not linked. I developed under VS2017, everything works perfectly well, but there I have no idea where the problem may come from. Thank you very much for your help!

2
  • 2
    It's not linked to your HTML? Can you show us your <head> in HTML. Commented Feb 19, 2020 at 22:29
  • Try giving us an overlook of your style linking markup to allow us to help! Commented Feb 20, 2020 at 1:15

2 Answers 2

1

224/5000 Hi;

I solved the problem by activating "Static Content" in Windows Features ==> Internet Information Service ==>. World Wide Web Service ==> Common HTTP Features ==> Static Content.

thank you for all Static content Steps

Sign up to request clarification or add additional context in comments.

Comments

0

Using Developer Tools in most browsers (hit f12 when the page is up), go to the network tab and look what css and JavaScript files are not getting loaded. This will show you where the browser is trying to get the files from. You can usually make adjustments from there. You may have to refresh the page once you are on the network tab to have them reload.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.