I have a html page and when i start on IIS, some javascript and css do not work as well, but if i start out of IIS, so it works very well. What do I do to work into IIS(7)?
If i put this code into IIS, my button is displayed, but if i put out of IIS, my button is hide. I have a style: "display: none;"
<button id="secondaryPrint" style="display: none;" class="secondaryToolbarButton print visibleMediumView" title="Print" tabindex="53" data-l10n-id="print">
<span data-l10n-id="print_label">Print</span>
</button>
I have some functions javascript, if i put on IIS do not work, out ok.
How can I solve this issue? The IIS container can inhibit the css and javascript?