برگزیده های پرشین تولز

ارور Server Error in '/' Application.

R.NaFaS

کاربر تازه وارد
تاریخ عضویت
24 دسامبر 2009
نوشته‌ها
24
لایک‌ها
3
با سلام به همه ی دوستان

متاسفانه امروز با یه مشکلی مواجه شدم ... داشتم با قالب های سایت کلنجار میرفتم بعد برش گردوندو به حالتی که بود
اما الان این ارور رو میده :
Server Error in '/' Application.
The remote server returned an error: (404) Not Found.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Net.WebException: The remote server returned an error: (404) Not Found.
Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>


or:

2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>


Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:

[WebException: The remote server returned an error: (404) Not Found.]
System.Net.HttpWebRequest.GetResponse() +1126
highcms.obj..ctor(Boolean newconn) +28462
highcms.index..ctor() +2136
ASP.index_aspx..ctor() +19
__ASP.FastObjectFactory_app_web_index_aspx_cdcab7d2_2j1rc9ob.Create_ASP_index_aspx() +31
System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath(VirtualPath virtualPath, Type requiredBaseType, HttpContext context, Boolean allowCrossApp, Boolean noAssert) +138
System.Web.UI.PageHandlerFactory.GetHandlerHelper(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath) +50
System.Web.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +425
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +263





حالا من دقیقا چی کار باید بکنم ؟
متاسفانه اصلا با این سیستم آشنایی ندارم ، ممنون میشم به صورت مبتدی راهنماییم کنید
 

key30

کاربر تازه وارد
تاریخ عضویت
18 مارس 2013
نوشته‌ها
88
لایک‌ها
24
شما صفحه مورد نظر رو از بین بردین بخاطر همین سرور نمیتونه پیدا بکنه باید به حالت اول برگردونی
 

feri23

Registered User
تاریخ عضویت
26 آگوست 2011
نوشته‌ها
823
لایک‌ها
193
سلام ، من هم با همچین خطایی مواجه شدم اما با این مضمون (در ضمن هیچ چیزی در مورد asp و کار با پلسک نمی دونم)

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>
 

key30

کاربر تازه وارد
تاریخ عضویت
18 مارس 2013
نوشته‌ها
88
لایک‌ها
24
فایل وب کانفیگ شما مشکل داره باید دوباره کانفیگ کنید میخواید بارتون انجام میدم
 
بالا