web.config;

<?xml version="1.0"?>
  <configuration>
    <system.webServer>
      <httpRedirect enabled="true" destination="http://www.siteadresi.com" httpResponseStatus="Permanent" />
    </system.webServer>
  </configuration>