PDA

View Full Version : مشکل در آپلود سایت



KazemAsgari
جمعه 14 مرداد 1384, 16:05 عصر
سلام
من یه پروژه در ویژوال استادیو ساختم و به طور کامل روی IIS اجرا شد حالا وقی فایل های لازم (ِDefault.aspx,Global.asax,web.congfig) رو آپلود می کنم این خطا رو میده:

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>

حالا می خواستم ازتون خواهش کنم به من بگید باید چی کار کنم؟؟؟؟
ممنون

Behrouz_Rad
جمعه 14 مرداد 1384, 20:37 عصر
در فایل Web.Config، تگ customErrors را که به طور پیش فرض به شکل زیر مقدار دهی می شود:


customErrors mode="RemoteOnly"

به:


customErrors mode="Off"

تغییر داده و سپس متن خطایی که رخ می دهد را در اینجا بنویسید.
یک احتمال دیگه هم وجود داره.
آیا به فایل Web.Config تگی غیر از تگ های استاندارد این فایل اضافه کرده اید؟
اگر پاسخ مثبته، ممکنه سیستم عامل هاست با این تگ مشکل داشته باشه.

mjmanashti
پنج شنبه 04 مرداد 1386, 10:23 صبح
من هم همین مشکل را دارم ، کنترل پنل سایت من plesk است و اگر با ftp صفحه aspx را باز کنم صفحه باز می شود و لی اگر از ftpخارج بشم و با http صفحه را باز کنم ، همین پیغام خطا می آید. در demo خود سایت (Plesk) اگر صفحه aspx را باز کنیم باید username و password را برای ftp وارد کنیم تا aspx نمایش داده شود.
در ضمن من customErrors mode="Off" را هم انجام دادم ولی باز همین پیغام می آید، ولی در خط ادرس این دستور می آید:
http://www.banykit.com/Default.aspx?aspxerrorpath=/Default.aspx