ورود

View Full Version : این خطا مال چیه رو سرور !



merlin_vista
جمعه 20 مهر 1386, 00:05 صبح
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>

اگه میشه بگید این خطا از چیه و چگونه رفع میشه

merlin_vista
جمعه 20 مهر 1386, 00:15 صبح
برای تشخیص ساده تر عکس آن را هم گزاشتم ( ضمیمه پست شده است ) :ناراحت::چشمک:

shahab_ksh
جمعه 20 مهر 1386, 10:08 صبح
یه ایراد تو کدهای شما هست که برای دیدن اون اول باید
فایل web.config رو باز کنید و این قسمت رو ببینید



<customErrors mode="Off"/>


off کنید تا خط ارور برای شما نمایش داده بشه

asgari2005
جمعه 20 مهر 1386, 10:39 صبح
من فکر کنم این مدل خطا را توی 2 تا 3 هفته به دفعات زیاد پرسش شده من از دوستان درخواست می کنم در ابتدا حتما خطا را مطالعه کنند سپس در سایت جستجو کنند و اگر در نهایت به هیچ نتیجه ای نرسیده اند نسبت به ایجاد تاپیک اقدام کنند

m_d6712
جمعه 20 مهر 1386, 16:43 عصر
Manam moshtagham natije ro bedounam

merlin_vista
شنبه 21 مهر 1386, 11:20 صبح
کسی نمیدونه از چیه !! خیلی کارم گیره !

shahab_ksh
شنبه 21 مهر 1386, 11:58 صبح
کسی نمیدونه از چیه !! خیلی کارم گیره !


اون کاری که گفتم انجام دادی

merlin_vista
شنبه 21 مهر 1386, 22:05 عصر
آره مشکل حل شد !! مرسی !