
Open source solution template for Blazor Web-Assembly built with MudBlazor
- Supported .NET versions
In the appsettings.json
file of the Maanfee.Dashboard.Server
and Maanfee.Logging.Server
projects, set the SQLServerConnection_DebugMode
connection string as follows:
{
"ConnectionStrings": {
"SQLServerConnection_DebugMode": "Your_Connection_String_Here"
}
}
Server=.;Database=YourDB;Trusted_Connection=True;
Server=your_server_ip;Database=YourDB;User Id=username;Password=password;
Server
: Server name/IP (.
for local)Database
: Database nameTrusted_Connection
: Windows authenticationUser Id/Password
: SQL authenticationMultipleActiveResultSets
: Enable MARS feature
Note: Always keep connection strings secure and never commit sensitive credentials to version control.
Right click on the solution name and then select "properties->multiple startup projects" then set followings project as startup.
-Maanfee.Dashboard.Server
-Gateway.Api
-Maanfee.Logging.Server
-
Default login credentials
- Username : Admin
- Password : 123456
Important As the Maanfee dashboard is under development, please make sure you delete your existing database (SQL Server, SQLite). Also install the latest version of Maanfee dashboard.
Project History Releases