[Gunny] lỗi của admin cp không hiện hình vật phầm
Hello & Welcome to our community. Is this your first visit? Đăng Ký
Follow us on
Follow us on Facebook Follow us on Twitter Linked In Flickr Watch us on YouTube My Space Blogger
 
Kết quả 1 đến 2 của 2
  1. #1
    Thành Viên
    Ngày tham gia
    Jan 2013
    Bài viết
    15
    Thanks
    5
    Thanked 4 Times in 1 Post

    lỗi của admin cp không hiện hình vật phầm

    Lỗi trên đã fix nhưng mình lại bị lỗi k nhận item trong thư dc
    Ai giúp mình sửa lỗi này với
    y!h nhox_shox_handsome
    Lần sửa cuối bởi kagaminelen, ngày 24-01-13 lúc 11:16 AM.
    Khách viếng thăm hãy cùng kagaminelen xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

  2. #2
    Thành Viên
    Ngày tham gia
    Sep 2012
    Bài viết
    56
    Thanks
    5
    Thanked 92 Times in 14 Posts

    Ðề: lỗi của admin cp không hiện hình vật phầm

    Bạn xóa hết tất cả trong file Web.Config trong folder admincp và thay vào đó là :

    Code:
    <?xml version="1.0"?>
    <!--
      For more information on how to configure your ASP.NET application, please visit
      [Only registered and activated users can see links. ]
      -->
    <configuration>
      <connectionStrings>
        <add name="ApplicationServices" connectionString="data source=MNAM-170BD5D72B4\NAM;Integrated Security=SSPI;AttachDBFilename=|DataDirectory|\aspnetdb.mdf;User Instance=true"
          providerName="System.Data.SqlClient" />
        <add name="Db_TankConnectionString" connectionString="Data Source=NAM-170BD5D72B4\NAM;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456"
          providerName="System.Data.SqlClient" />
      </connectionStrings>
      <appSettings>
        <add key="countDb" value="Data Source=NAM-170BD5D72B4\NAM;Initial Catalog=Db_Count;Persist Security Info=True;User ID=sa;Password=123456"/>
        <add key="conString" value="Data Source=NAM-170BD5D72B4\NAM;Initial Catalog=Db_Tank;Persist Security Info=True;User ID=sa;Password=123456"/>
          <add key="Resource" value="http://192.168.1.200/Resource/"/>
          <add key="ServerIP" value="192.168.1.200"/>
          <add key="ServerPort" value="9200"/>
          <add key="adminUser" value="admin"/>
        
      </appSettings>
      
      <system.web>
        <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>
      <system.serviceModel>
        <bindings>
          <basicHttpBinding>
            <binding name="PassPortSoap" closeTimeout="00:01:00" openTimeout="00:01:00"
                receiveTimeout="00:10:00" sendTimeout="00:01:00" allowCookies="false"
                bypassProxyOnLocal="false" hostNameComparisonMode="StrongWildcard"
                maxBufferSize="65536" maxBufferPoolSize="524288" maxReceivedMessageSize="65536"
                messageEncoding="Text" textEncoding="utf-8" transferMode="Buffered"
                useDefaultWebProxy="true">
              <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
                  maxBytesPerRead="4096" maxNameTableCharCount="16384" />
              <security mode="None">
                <transport clientCredentialType="None" proxyCredentialType="None"
                    realm="" />
                <message clientCredentialType="UserName" algorithmSuite="Default" />
              </security>
            </binding>
          </basicHttpBinding>
          <netTcpBinding>
            <binding name="NetTcpBinding_ICenterService" closeTimeout="00:01:00"
                openTimeout="00:01:00" receiveTimeout="00:10:00" sendTimeout="00:01:00"
                transactionFlow="false" transferMode="Buffered" transactionProtocol="OleTransactions"
                hostNameComparisonMode="StrongWildcard" listenBacklog="10"
                maxBufferPoolSize="524288" maxBufferSize="65536" maxConnections="10"
                maxReceivedMessageSize="65536">
              <readerQuotas maxDepth="32" maxStringContentLength="8192" maxArrayLength="16384"
                  maxBytesPerRead="4096" maxNameTableCharCount="16384" />
              <reliableSession ordered="true" inactivityTimeout="00:10:00"
                  enabled="false" />
              <security mode="None">
                <transport clientCredentialType="Windows" protectionLevel="EncryptAndSign" />
                <message clientCredentialType="Windows" algorithmSuite="Default" />
              </security>
            </binding>
          </netTcpBinding>
        </bindings>
        <client>
          <endpoint address="net.tcp://192.168.1.200:2009/" binding="netTcpBinding"
              bindingConfiguration="NetTcpBinding_ICenterService" contract="CenterService.ICenterService"
              name="NetTcpBinding_ICenterService" />
          <endpoint address="http://192.168.1.200/admingunny/Flash_Port/PassPort.asmx"
              binding="basicHttpBinding" bindingConfiguration="PassPortSoap"
              contract="WebLogin.PassPortSoap" name="PassPortSoap" />
        </client>
      </system.serviceModel>
    </configuration>
    Khách viếng thăm hãy cùng thaihanhroile xây dựng diễn đàn CLBGAMESVN vững mạnh nhé!

 

 

Các Chủ đề tương tự

  1. NPC Admin
    Bởi vinhngocclup trong diễn đàn Hỏi Đáp/ Yêu Cầu
    Trả lời: 7
    Bài viết cuối: 22-07-11, 02:04 PM
  2. Một phần mềm hữu ích mà các Admin cần có
    Bởi pkvnteam trong diễn đàn Releases
    Trả lời: 8
    Bài viết cuối: 24-10-09, 11:10 AM

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •  
Múi giờ GMT +7. Bây giờ là 09:13 PM.
vBulletin®, Copyright ©2000-2011, Jelsoft Enterprises Ltd.
CLBGamesVN không chịu trách nhiệm về Luật Bản Quyền của các tài liệu, bài viết v.v...được đăng tải trên diễn đàn này.
Diễn đàn phát triển dưới sự đóng góp của tất cả thành viên. BQT chỉ là những người thành lập ra sân chơi, quản lý và duy trì về mặt kỹ thuật, nội dung khi hợp lệ.