Open source solution template for Blazor WebAssembly built with MudBlazor components.
- Supported .NET version:
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
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
- Username :
⚠️ Important Notice: Maanfee Dashboard is under active development. Before running a new version, please delete any existing database (SQL Server or SQLite) to avoid migration conflicts.
📦 Release History

