JuSNS is a platform-based social network software based on .NET2.0+MS SQL server 2000/2005. It is flexible and changeable, and developers (including users) can develop their own social relationships based on the JuSNS platform. JuSNS is completely free and open source, and provides comprehensive developer documentation.
The current basic functions of JuSNS include 16 basic models such as friends, space, mood diary, blog, photo album, group, sharing, gift, ledger, movie, voting, event, news, Q&A, guestbook, notepad, etc.
Step 1: Store the program files in the IIS site directory you set. And set the database connection path in the program root directory. Step 2: Configure your IIS. IIS must support .NET2.0. Version 6.0+ is recommended.
Step 3: Set up the configuration file. Please open all files in the site config directory to configure. There are relevant instructions inside, so I won’t repeat them here.
Step 4: Create the database.
After creating a new database, execute the "SQL execution script.sql" script in query analysis to generate all tables.
Then import "Initial Database.mdb" into the database you created in SQL Enterprise Manager.
Step 5: Experience the program·~
The background login address is: system/login.aspx, the initial user name is: admin, and the password is: admin888
Expand