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.
Hi Glenn,
you might want to check the settings in IIS (or web.config) for your site.
Look for DefaultDocument.
Best regards
Frank
Please login first to submit.