PDA

View Full Version : [JX] Tạo tài khoản qua Website Linux.



cuongvh
15-08-15, 05:53 PM
Chào các huynh. mình là người vừa tập tành chơi jxPrivate... Mình đã cài và config server được rồi. Mình thử đưa lên online (Mình chỉ làm thử cho biết thôi chứ không hút máu, hút mân ai hết :D ). Và đã online được. Nhưng đặt biệt còn cái tạo tài khoản, mình dowload cái website asp.net của anh nào share trên diễn đàn và mình cấu hình lại file web.cfg là:


<add name="Phuoc" connectionString="Data Source=.;Initial Catalog=account_tong;User ID=sa;Password=1234560123"
providerName="System.Data.OleDb" />


Khi mình tạo tài khoàn thì xảy ra lỗi như sau:


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>



Nhưng khi mình tạo 1 tài khoản đã có sẵn trong database thì nó báo tài khoản đã tồn tại.... Vậy vấn đề là mình đã connect được với database chưa? hay do lỗi của trang web vậy các huynh? mình cám ơn :D

nghichtu91
15-08-15, 06:51 PM
Website Linux là cái gì???
:))............................................... ................

cuongvh
15-08-15, 07:19 PM
Website Linux là cái gì???
:))............................................... ................

Website cua jx linux. Minh viet vay cho gon.

lengoctuandng
16-08-15, 07:02 PM
Lỗi chuỗi kết nối rồi

Biết cụ thể lỗi gì copy cái đoạn lệnh này bỏ vào file config


<customErrors mode="Off"/>

hichay
16-08-15, 07:43 PM
Yahoo của bạn là gì .
...................................