settingsGiriş Yap | Kayıt olsettings
Menüyü göster

web.config dosyasını nasıl bulacağım? [kapalı]

0 oy
Server Error in '/' Application.

Runtime Error

Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="Off"/>
    </system.web>
</configuration>

Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
    <system.web>
        <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
    </system.web>
</configuration>
bu hatayı düzeltmem için web.config dosyasını değiştirmem gerekiyormuş. Fakat hiçbir yerde mac için çözüm yazmıyor. Yardımcı olur musunuz?
20 Eylül 2013 Mac Ailesi kategorisinde ozgeas Yeni Kullanıcı (200 puan) tarafından soruldu
20 Eylül 2013 goktug tarafından kapalı

İlgili sorular

0 oy
0 cevap
19 Eylül 2013 Mac Ailesi kategorisinde ozgeas Yeni Kullanıcı (200 puan) tarafından soruldu
0 oy
1 cevap
0 oy
0 cevap
20 Eylül 2013 Mac Ailesi kategorisinde piscat Yeni Kullanıcı (180 puan) tarafından soruldu
+1 oy
0 cevap
19 Aralık 2012 Mac Ailesi kategorisinde a.yılmaz Yardımcı (430 puan) tarafından soruldu
0 oy
1 cevap
26 Ağustos 2020 Diğer kategorisinde geryildirim Yeni Kullanıcı (120 puan) tarafından soruldu
0 oy
2 cevap
1 Ekim 2017 stny34 Yeni Kullanıcı (120 puan) tarafından soruldu
0 oy
1 cevap
22 Eylül 2015 Murat Cem Yeni Kullanıcı (320 puan) tarafından soruldu
0 oy
1 cevap
0 oy
0 cevap
20 Ağustos 2015 crnbb Yeni Kullanıcı (180 puan) tarafından soruldu
0 oy
1 cevap
18 Ağustos 2015 Mac Ailesi kategorisinde egesay Yeni Kullanıcı (300 puan) tarafından soruldu
Hoş geldiniz,

Sihirli Elma Soru & Cevap ile sorularınıza en kısa zamanda yanıt alabilirsiniz. Sorunuzu sorun ve diğer kullanıcılar cevap versin.

Detaylı bilgi için buraya tıklayın.

19,344 soru

22,759 cevap

15,870 yorum

71,936 kullanıcı

...