Antrium A35D

Bir sonraki için en iyisini yap...

Baş belası hata : Cannot use a leading .. to exit above the top directory

Ö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>

 

<system.webServer>
    <modules runAllManagedModulesForAllRequests="true">
      <add name="UrlRewriter" type="Intelligencia.UrlRewriter.RewriterHttpModule"/>
    </modules>
 
  </system.webServer>
  <rewriter>
    <rewrite url="/biz-kimiz" to="~/biz-kimiz/detay/29"/>  
  </rewriter>

 

import edilecek DLL dosyası: (EKLENECEKTİR)

211 Okunma | 6.07.2023 09:53

YORUMLAR

Yorum Yaz
Hüseyin ÖZKAN Yazılım Uzmanı

C#,MVC,MSSQL,Windows Forms