This project was created using ASP.NET Core 8.0. This application aims to demonstrate how to render the dashboard available on your Bold BI server.
- Google Chrome, Microsoft Edge, and Mozilla Firefox.
-
Please ensure you have enabled embed authentication on the
embed settingspage. If it is not currently enabled, please refer to the following image or detailed instructions to enable it. -
To download the
embedConfig.jsonfile, please follow this link for reference. Additionally, you can refer to the following image for visual guidance. -
Copy the downloaded
embedConfig.jsonfile and paste it into theServer folderlocation within the application. Please ensure you have placed it in the application, as shown in the following image.
-
Open the
command line interfaceand navigate to the specified file location where the project is located. -
Open the terminal and navigate to the
Server projectdirectory using thecd command(e.g.,cd C:\BlazorProject\Server). -
Finally, run the application using the command
dotnet watch run. After executing the command, the application will automatically launch in the default browser. You can access it at the specified port number (e.g., http://localhost:5154/).
-
Open the Blazor WebAssembly sample in Visual Studio Code.
-
Open the terminal and navigate to the
Server projectdirectory using thecd command(e.g.,cd C:\BlazorProject\Server). -
To run the application, use the command
dotnet watch runin the terminal. After executing the command, the application will automatically launch in the default browser. You can access it at the specified port number (e.g., http://localhost:5154/).
Please refer to the help documentation to learn how to run the sample.
It is recommended not to store passwords and sensitive information in configuration files for security reasons in a real-world application. Instead, you should consider using a secure application, such as Key Vault, to safeguard your credentials.
Look at the Bold BI Embedding sample to live demo here.
A complete Bold BI Embedding documentation can be found on Bold BI Embedding Help.




