Antrium A35D

Bir sonraki için en iyisini yap...

Aralık 2024 Arşivi

DNS using Cloudflare Fix “Too many redirects” error after enabling Cloudflare Proxy

DNS using Cloudflare Fix “Too many redirects” error after enabling Cloudflare Proxy

The solution was to go in the SSL/TLS settings on that domain on Cloudflare, and switch the encryption mode from Flexible (the default) to Full.

Devamı →

web.config error statusCode

 WEB CONFIG DOSYASINA EKLİYORUZ;
 


   <system.webServer>
        <httpErrors errorMode="Custom"  existingResponse="Replace">         
            <error statusCode="404" path="/" responseMode="Redirect"/> 
        </httpErrors>
    </system.webServer>

 

Devamı →

This program is blocked by group policy. For more information, contact your system administrator

This program is blocked by group policy. For more information, contact your system administrator]

[ExternalException (0x80004005): Cannot execute a program. The command being executed was "C:\Inetpub\vhosts\xxx\httpdocs\bin\roslyn\csc.exe" /shared /keepalive:"10" /noconfig  /fullpaths @"C:\Inetpub\vhosts\xxx\tmp\root\59e404a3\61b152fc\bwzuqipf.cmdline".]

WEBCONFIG;

<system.codedom>
   <!--remove all the contents here-->
</system.codedom>

Devamı →
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms