Antrium A35D

Bir sonraki için en iyisini yap...

Arama Sonuçları : web

.NET Core MVC Razor'da Request.Querystring Nasıl Kullanılır?

.NET Core MVC Razor'da Request.Query kullanarak URL parametrelerini nasıl okuyabileceğinizi  öğrenin.
Aşağıdaki kod parçası, URL üzerinden gelen "projeID" parametresini okuyarak bir değişkene atar. Eğer parametre bulunamazsa varsayılan olarak "0" değeri kullanılır:

Kodumuz;
 

Devamı →

maxQueryString limiti yükseltmek

web.config İçerisine;

 <security>
      <requestFiltering allowDoubleEscaping="true">
        <requestLimits maxQueryString="4096" />
      </requestFiltering>
    </security>

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ı →

web.config static redirect , web.config statik yönlendirme

Static redirect kodumuz;

   <location path="pdf/sugarcocktailbarmenu.pdf">
     <system.webServer>
       <httpRedirect enabled="true" destination="https://menu.sugarcoctailbar.com" httpResponseStatus="Permanent" />
     </system.webServer>
   </location>

Devamı →
web.config gelen her isteği başka siteye yönlendirme. (Site taşıma sonrası) web.config .tr alan adı site taşıma  .tr alan adı URL koruma, .tr alan adı site taşıma

web.config gelen her isteği başka siteye yönlendirme. (Site taşıma sonrası) web.config .tr alan adı site taşıma .tr alan adı URL koruma, .tr alan adı site taşıma

web.config gelen her isteği başka siteye yönlendirme. (Site taşıma sonrası)
.tr alan adı URL koruma,
.tr alan adı site taşıma.
Alan adı taşıma Sonrası URL değişimi,
.tr alan adı URL değişimi,
.tr alan adı rewrite

Web.config dosya içeriğimiz aşağıdaki gibidir.

Devamı →

Web Sayfasına favicon png eklemek

Web Sayfasına favicon png eklemek

<link rel="icon" type="image/png" href="http://example.com/image.png" />

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

C#,MVC,MSSQL,Windows Forms