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ı →
Aşağıdaki kod ile partial içerisine değer gönderebiliriz. Parametleri ActionScript içerine türüne göre parametre atayabilirsiniz.
@Html.Partial("ust_bolum", new { konu = ViewData["V_konu"], id = ViewData["V_id"] })
Devamı →Admin gibi sayfaları için Layout değiştirmek gerekebiliyor. veya Ödeme sayfası için.
Bu tip durumlarda views içerisine aşağıdaki kodu ekliyoruz.
Devamı →Öncelik bu hata internette pek yok. Çözümü ise ikinci bir dll kullanmak.
Web config dosyasına;
<configSections>
<section name="rewriter" requirePermission="false" type="Intelligencia.UrlRewriter.Configuration.RewriterConfigurationSectionHandler, Intelligencia.UrlRewriter"/>
</configSections>
Keyword not supported: 'multiple active result sets'.
Sorun Visual studio 2022 de DB şeması yenile yapınca olmakta.
Çözümü ise;
Devamı →
RazorHtmlMinifier.Mvc5.1.3.0 Html Sıkıştırma aracı aşağıdaki linkten indirebilirsiniz veya Visual Studio dan nuget packages bölümünü kullanabilirsiniz.
https://www.nuget.org/packages/RazorHtmlMinifier.Mvc5/
kullanımı şu şekildedir.
Devamı →Sorunun Çözümü için Webconfig Dosyasında eklenmesi gereken kodlar var.
Devamı →C#,MVC,MSSQL,Windows Forms