ورود

View Full Version : دلیل این Error



ghameshloe
سه شنبه 16 شهریور 1389, 08:54 صبح
با سلام سایت ما به این دلیل دیگه بالا نی یاد
<!-- Web.Config Configuration File -->

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

ghameshloe
سه شنبه 16 شهریور 1389, 09:19 صبح
:عصبانی++:کسی جواب نمی ده

L u k e
سه شنبه 16 شهریور 1389, 09:28 صبح
کدوم دلیل ؟
من که دلیلی نمی بینم !

ghameshloe
سه شنبه 16 شهریور 1389, 09:39 صبح
سایت با لا نمی آد آخه
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>

حامد مصافی
سه شنبه 16 شهریور 1389, 09:46 صبح
سايت شما به دليل يك ايراد قابل اجرا نيست. از طرفي چون نمايش خطا در سايت شما غير فعال است توضيحات خطا را نمي بينيد. در متن راه حل نمايش توضيحات خطا ذكر شده، با استفاده از آن نمايش خطا را فعال كرده و متن خطا را اينجا ذكر كنيد تا بشود به شما كمك كرد.

ghameshloe
سه شنبه 16 شهریور 1389, 09:53 صبح
اقا می شه بیشتر راهنمایی کنید

حامد مصافی
سه شنبه 16 شهریور 1389, 10:10 صبح
اين صفحه (http://weblogs.asp.net/scottgu/archive/2006/08/12/Tip_2F00_Trick_3A00_-Show-Detailed-Error-Messages-to-Developers.aspx)را بخوانيد

ghameshloe
سه شنبه 16 شهریور 1389, 10:57 صبح
مشکل حل شد خیلی متشکرم البته قبل از اینک لیینک شما را ببینم