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

موضوع: مشکل در نصبWebsitePanel

  1. #1
    عضو انجمن
    تاریخ عضویت
    Aug 2010
    نوشته ها
    674
    تشکر تشکر کرده 
    516
    تشکر تشکر شده 
    2,000
    تشکر شده در
    1,597 پست

    پیش فرض مشکل در نصبWebsitePanel

    سلام داشتم WebsitePanel نصب میکرم تمام تنظیماتو انجام دادم با ارور زیر رو به رو شدم
    کد:
    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>                                                               
    Under Construction

  2. # ADS




     

  3. #2
    عضو انجمن
    تاریخ عضویت
    Aug 2009
    نوشته ها
    415
    تشکر تشکر کرده 
    171
    تشکر تشکر شده 
    595
    تشکر شده در
    424 پست

    پیش فرض پاسخ : مشکل در نصبWebsitePanel

    توضیح داده، با ریموت همین آدرس رو باز کن تا توضیحات خطا نمایش داده بشه.

  4. #3
    عضو انجمن
    تاریخ عضویت
    Aug 2010
    نوشته ها
    674
    تشکر تشکر کرده 
    516
    تشکر تشکر شده 
    2,000
    تشکر شده در
    1,597 پست

    پیش فرض پاسخ : مشکل در نصبWebsitePanel

    با ریموت باز کردم این ارور:
    کد:
    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: Section or group name  'system.web.extensions' is already defined. Updates to this may only  occur at the configuration level where it is defined.
    
                 Source Error: 
    
                                                                           Line 2:  <configuration>
    Line 3:  	<configSections>
    Line 4:  		<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions">
    Line 5:  			<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions">
    Line 6:  				<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions" requirePermission="false"/>                                                               
                  Source File:  C:\WebsitePanel\Portal\web.config    Line:  4             
    
     
    Show Additional Configuration Errors:
                  
                                                             Section or group name 'scripting' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\WebsitePanel\Portal\web.config line 5)
    
    Section or group name 'scriptResourceHandler' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\WebsitePanel\Portal\web.config line 6)
    
    Section or group name 'webServices' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\WebsitePanel\Portal\web.config line 7)
    
    Section or group name 'jsonSerialization' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\WebsitePanel\Portal\web.config line 8)
    
    Section or group name 'profileService' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\WebsitePanel\Portal\web.config line 9)
    
    Section or group name 'authenticationService' is already defined. Updates to this may only occur at the configuration level where it is defined. (C:\WebsitePanel\Portal\web.config line 10)
    
                          

  5. #4
    عضو انجمن
    تاریخ عضویت
    Aug 2010
    نوشته ها
    674
    تشکر تشکر کرده 
    516
    تشکر تشکر شده 
    2,000
    تشکر شده در
    1,597 پست

    پیش فرض پاسخ : مشکل در نصبWebsitePanel

    دوستان کمک نمیکنین؟

  6. #5
    کاربر اخراج شده
    تاریخ عضویت
    Nov 2010
    نوشته ها
    349
    تشکر تشکر کرده 
    167
    تشکر تشکر شده 
    457
    تشکر شده در
    348 پست

    پیش فرض پاسخ : مشکل در نصبWebsitePanel

    مشکل از بانک sql هست ، چه نسخه ایی نصب کردید ؟
    از کدام help نصب کردید ؟

  7. #6
    عضو انجمن
    تاریخ عضویت
    Aug 2010
    نوشته ها
    674
    تشکر تشکر کرده 
    516
    تشکر تشکر شده 
    2,000
    تشکر شده در
    1,597 پست

    پیش فرض پاسخ : مشکل در نصبWebsitePanel

    sql server 2008
    windows 2003
    ba plat form micorsaft nasb kardam
    Windows Web App Gallery - Install an App

  8. #7
    کاربر اخراج شده
    تاریخ عضویت
    Nov 2010
    نوشته ها
    349
    تشکر تشکر کرده 
    167
    تشکر تشکر شده 
    457
    تشکر شده در
    348 پست

    پیش فرض پاسخ : مشکل در نصبWebsitePanel

    سرور اختصاصی هست یا مجازی ؟ مشخصات سرور
    اگه مجازی هست ویندوز جدید بریزید و از طریق فایل نصبی خودش اجرا کنید ، چون دسترسی ندارم نمی تونم کمکی بیشتر از این که هنگام نصب ارروری داشت کمکتون کنم

اطلاعات موضوع

کاربرانی که در حال مشاهده این موضوع هستند

در حال حاضر 1 کاربر در حال مشاهده این موضوع است. (0 کاربران و 1 مهمان ها)

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

  1. مشکل در نصب websitepanel
    توسط Aria90 در انجمن سوالات و مشکلات
    پاسخ ها: 0
    آخرين نوشته: April 12th, 2016, 17:15
  2. نحوه ایجاد ساب دامنه در websitepanel
    توسط TegraHost در انجمن ساير کنترل پنل ها
    پاسخ ها: 0
    آخرين نوشته: April 10th, 2016, 12:37
  3. نصب ftp در websitepanel
    توسط Rz04 در انجمن ساير کنترل پنل ها
    پاسخ ها: 4
    آخرين نوشته: May 10th, 2013, 19:47
  4. مشکل در لود WebsitePanel
    توسط hadi2002 در انجمن ساير کنترل پنل ها
    پاسخ ها: 2
    آخرين نوشته: May 7th, 2013, 22:32
  5. کمک در نصبwebsitepanel
    توسط alimomen در انجمن سوالات و مشکلات
    پاسخ ها: 4
    آخرين نوشته: August 6th, 2012, 12:13

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

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