2016-07-14 8 views

Antwort

0

Sie sollten im Projekt Web.Config Datei unter Zeilen hinzufügen. Das sollte helfen.

<httpProtocol> 
    <customHeaders> 
    <remove name="X-Powered-By" /> 
    <add name="X-Frame-Options" value="DENY" /> 
    </customHeaders> 
</httpProtocol>