Changes in default.html not used

0
0

Hi,

I have added a <link rel=”stylesheet” type=”text/css”  href=”css/chat.css” /> in default.html, but when I run the application, and viewed the sources from developer tools of the browser, it does not use the default.html, it uses index.html and upon checking the <link xxxxx>  is not included, how to do it correctly?

 

Thank you.

  • You must to post comments
0
0

Hi Glenn,

you might want to check the settings in IIS (or web.config) for your site.
Look for DefaultDocument.

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.