In a web based .Net solution which uses compiled help documentation made with Sandcastle we get an error when accessing the help documentation. The web applikation is run on https wich creates a problem since the help documents link to a css file through ms-help:// and according to the webapplication this is not a secure location.
In the html document this is the link:
<link rel="stylesheet" type="text/css" href=" ms-help://Hx/HxRuntime/HxLink.css" />
How do I solve this? Can someone please tell where this link is generated and which file to edit. Or can I place the help somewhere that is considered secure?