Antrium A35D

Bir sonraki için en iyisini yap...

c#

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ı →
c# iki sayının yüzde farkını bulmak, c# yüzde almak, c# yüzde bulmak

c# iki sayının yüzde farkını bulmak, c# yüzde almak, c# yüzde bulmak

40 Sayısı 123 ün yüzde kaçıdır gibi bir hesaplama gerekirse,

Aşağıdaki kod ile ilgili işlemi yapabiliyoruz.

İyi Çalışmalar.

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ı →
Cannot use a leading ../ to exit above the top directory

Cannot use a leading ../ to exit above the top directory

Sorun Yönlendirirken ~ İşareti koymamız.

 

Devamı →

An existing connection was forcibly closed by the remote host

An existing connection was forcibly closed by the remote host

Çözümü ise;
 

Devamı →

c# ReadAllText, C# dosyadan veri okumak

C# dosyadan veri okumak için tek satırlık kodumuz;

System.IO.File.ReadAllText(HttpContext.Server.MapPath("~/App_Data/siteURL.txt"));

Devamı →

c# Extension from string, c# dosya yolundan uzantı bulmak

string myFilePath = @"C:\MyFile.txt";
string ext = Path.GetExtension(myFilePath); // ext would be ".txt"

Yukarıdaki kodla dosya yolundan uzantıyı bulabilirsiniz.

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

C#,MVC,MSSQL,Windows Forms