Add image in title bar

That method will not work. The <title> only supports plain text. You will need to create an .ico image with the filename of favicon.ico and save it into the root folder of your site (where your default page is). Alternatively, you can save the icon where ever you wish and call it whatever you want, but simply insert the following code … Read more

How to remove error about glyphicons-halflings-regular.woff2 not found

This problem happens because IIS does not know about woff and woff2 file mime types. Solution 1: Add these lines in your web.config project: Solution 2: On IIS project page: Step 1: Go to your project IIS home page and double click on MIME Types button: Step 2: Click on Add button from Actions menu:  Step 3: In the middle of the screen appears a window and in … Read more