6 Ocak 2015 Salı

URL Routing de Sayfa Bulunamadı 404 hatası (ASP.Net 3.5 ile IIS 7 de)

Eğer sayfa bulunamadı 404 Not Found hatası alırsanız aşağıdaki kodları Web.Config dosyasına eklemeniz yeterli.. Kolay gelsin

<system.webServer>
<modules runAllManagedModulesForAllRequests="true">              
                             
<add name="UrlRoutingModuletype="System.Web.Routing.UrlRoutingModule, System.Web.Routing, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>

   

</modules>

<handlers>             
<add name="UrlRoutingHandlerpreCondition="integratedModeverb="*"path="UrlRouting.axdtype="System.Web.HttpForbiddenHandler, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>

   


</handlers>
</system.webServer>


Hiç yorum yok:

Yorum Gönder