Table Of Contents

Getting Started

Change Log

Requirement

Setup & Configuration

Technical Information

Code Editing

FAQ

Credits

FAQ > Failed to register first account

When you register the first admin account, if there is an error message of “failed due to exception error”, please do the following.


  1. Access your database, check whether all the tables below has been created or not.

    Untitled

  2. If some tables are not created in your database, create another new database, go to /App_Data/SQL/1.0.0.sql and copy the queries. After that, paste and run the queries at your new database.

  3. Copy the connection string of new database and paste in Web.config. Press CTRL + Shift + B to build the project.

  4. Done. Now, press CTRL + F5 to run the project and register the first admin account again.