The unsortedissue occurs when ASP. NET forum is installed.

Source: Internet
Author: User

Complete solution:
1. Install aspnetforums. Do not install the database.
2. Go to the aspnetforums installation directory, find aspnetforums. SQL, replace all the tokens with chinese_prc_ci_as, and search for the statistics_resettopposters stored procedure. Modify the following statements:
Create Table # top500users (
Rank int identity (1, 1) not null,
Username nvarchar (50)
Is
Create Table # top500users (
Rank int identity (1, 1) not null,
Username nvarchar (50) Collate chinese_prc_ci_as
3. Go to the sqlserver2000 Enterprise Manager and create the database aspnetforums. The sorting rule is chinese_prc_ci_as.
4. use the query analyzer to open aspnetforums. SQL, analyze it first, there are two places missing the Enter key, one is "goif", the other is "goprint", the specific location cannot be remembered, find it, after correction, You can execute the script to create a database.
5. Check whether the database link configuration in Web. config is correct.
6. gogogo, everything is OK ~~~~

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.