نمایش نتایج: از شماره 1 تا 2 از مجموع 2

موضوع: Runtime error

  
  1. #1
    نام حقيقي: .

    عضو عادی شناسه تصویری shie
    تاریخ عضویت
    Oct 2010
    محل سکونت
    Mashhad Ctity
    نوشته
    582
    سپاسگزاری شده
    469
    سپاسگزاری کرده
    819

    Runtime error

    سلام دو روز دیگه باید پروژه تحویل بدم
    اما ران تایم ارور میده
    کد:
    Server Error in '/WebSite1' Application
    
    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>
    چی کارش کنم اینو ؟
    هرچی تو Web.config میزنم
    customErrors mode="Off جواب نمیده
    در ضمن این Web.config منه یکی از دوستان زحمتشو کشیده نوشته من سر در نمیارم ازش

    کد:
    <?xml version="1.0"?>
    <!--
      For more information on how to configure your ASP.NET application, please visit
      http://go.microsoft.com/fwlink/?LinkId=169433
      -->
    <configuration>
      <connectionStrings>
        <add name="ApplicationServices" connectionString="data  source=.\SQLEXPRESS;Integrated  Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User  Instance=true"
          providerName="System.Data.SqlClient" />
        <add name="DatabaseConnectionString" connectionString="Data  Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\Database.mdf;Integrated  Security=True;User Instance=True"
          providerName="System.Data.SqlClient" />
      </connectionStrings>
      <system.web>
        <compilation debug="true" targetFramework="4.0"/>
        <authentication mode="Forms">
          <forms loginUrl="~/Account/Login.aspx" timeout="2880"/>
        </authentication>
        <membership>
          <providers>
            <clear/>
            <add name="AspNetSqlMembershipProvider"  type="System.Web.Security.SqlMembershipProvider"  connectionStringName="ApplicationServices"  enablePasswordRetrieval="false" enablePasswordReset="true"  requiresQuestionAndAnswer="false" requiresUniqueEmail="false"  maxInvalidPasswordAttempts="5" minRequiredPasswordLength="6"  minRequiredNonalphanumericCharacters="0" passwordAttemptWindow="10"  applicationName="/"/>
          </providers>
        </membership>
        <profile>
          <providers>
            <clear/>
            <add name="AspNetSqlProfileProvider"  type="System.Web.Profile.SqlProfileProvider"  connectionStringName="ApplicationServices" applicationName="/"/>
          </providers>
        </profile>
        <roleManager enabled="false">
          <providers>
            <clear/>
            <add name="AspNetSqlRoleProvider"  type="System.Web.Security.SqlRoleProvider"  connectionStringName="ApplicationServices" applicationName="/"/>
            <add name="AspNetWindowsTokenRoleProvider"  type="System.Web.Security.WindowsTokenRoleProvider"  applicationName="/"/>
          </providers>
        </roleManager>
      </system.web>
      <system.webServer>
        <modules runAllManagedModulesForAllRequests="true"/>
      </system.webServer>
    </configuration>




    موضوعات مشابه:

  2. #2
    نام حقيقي: مهرزاد مقدس

    عضو ویژه/سرپرست بخش‌های Mikrotik و Wireless
    تاریخ عضویت
    Sep 2006
    محل سکونت
    فارس
    نوشته
    4,383
    سپاسگزاری شده
    4620
    سپاسگزاری کرده
    2290
    نوشته های وبلاگ
    6
    این ارور رو در هنگام اجرای پروژه توی IIS میگیری درسته ؟ و برنامه توی ویژوال استودیو به درستی اجرا میشه ؟ اگه این طوره بر می گرده به تنظیمات IIS . شما اول ورژن صحیح دات نت رو برای سایتت انتخاب کن . و بعد اونو تبدیل به اپلیکیشن کن ... اگه باز درست نشد ، یه عکس از تنظیمات IIS ت و یه توضیح در باره ورژنش و ورژن وی اس و ... بزار .



کلمات کلیدی در جستجوها:

ران تايم ارور

خطای ران تایم

ران تایم ارور

بر طرف کردن ارور ران تایم

ارور ران تايم خطای ران تایم ارورارور runtime errorران تایم ارور چیستبرطرف کردن runtime errorارور ران تایم چیسترفع ارور ران تایمارور &lt;authentication mode=forms&gt; ویژوال استودیو نرم افزاربرطرف کردن run time errorبرطرف کردن error runtimeruntime error 52 بر طرف کردنبرطرف کردن ارور ران تایمبرطرف كردن ران تايم ارورارور رانتایمحذف ارور ران تایمخطاي ران تايمبرطرف کردن ارور رانتایمرفع ارور ران تایم اپلیکیشنرفع ارور ران تایم 3031ران تایم ارور 53squid error page custom

برچسب برای این موضوع

مجوز های ارسال و ویرایش

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