• پایان فعالیت بخشهای انجمن: امکان ایجاد موضوع یا نوشته جدید برای عموم کاربران غیرفعال شده است

تو سایتم با مسکل مواجه شدم

armi1

کاربر تازه وارد
تاریخ عضویت
30 مارس 2011
نوشته‌ها
1
لایک‌ها
0
سلام
من یه قالب با آرتیستر زدم با زبان asp.net
سایت رو درست کردم و ریختم تو هاست با این ارور مواجه می شم
چکار کنم ؟ پروژه دانشجوییم هست
مشکل کجاست ؟


PHP:
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>
 

Mr.4

همکار بازنشسته
کاربر فعال
تاریخ عضویت
12 آگوست 2008
نوشته‌ها
1,866
لایک‌ها
526
سن
95
محل سکونت
آسمانها و فراتر از آن
خوب کاری رو که خواسته ازتون انجام بدید تا مشخص بشه خطا از کجاس

بعید که از قالب باشه مگر پابلیش گرفته باشین از تو ارتیستر / کلن چیز مزخرفی هست ارتیستر :ی

<customErrors mode="Off"/>
پانوشت :
اینم ببین :ی
http://www.artisteer.com/?post_id=113880&p=forum_post&forum_id=17
 
بالا