PDA

View Full Version : مشکل بعد از آپ



Sir-Programmer
جمعه 26 آبان 1391, 15:35 عصر
سلام دوستان یه پروژه ساده ساختم خاستم یه رو یه هاست رایگان تستش کنم این ارور رو میده !

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>

clover
جمعه 26 آبان 1391, 15:45 عصر
همونطور که داره توضیح میده برای اینکه اطلاعات دقیق مربوط به خطا رو ببینید باید خط زیر رو به سکشن system.web در فایل وب کانفیگ اضافه کنید:

<customErrors mode="Off"/>

Sir-Programmer
جمعه 26 آبان 1391, 15:48 عصر
مرسی که جواب دادی ارور بعدی :لبخند: !

Server Error in '/' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Unrecognized attribute 'targetFramework'. Note that attribute names are case-sensitive.

Source Error:

Line 8: <configuration> Line 9: <system.web> Line 10: <compilation debug="true" targetFramework="4.0" /> Line 11: <customErrors mode="Off"/> Line 12: </system.web>

Sir-Programmer
جمعه 26 آبان 1391, 15:51 عصر
مشکل حل شد مرسی