Bold BI Application can be hosted as sub application in IIS by following the below steps.
The following services are needed to sub-host the Bold BI application:
Refer the following table.
Location | Application | Under Sub Application |
---|---|---|
C:\Bold BI\IDP | sub-app | - |
C:\Bold BI\Dashboard Server | bi | sub-app |
C:\Bold BI\Dashboard Designer | designer | bi |
Right-click the website hosted in IIS and choose Add Application
as shown in the following image.
Fill the following details and click Ok
as shown in the below image.
Alias name - Enter the name that you wish to be an alias for the domain.
Application pool - Application Pools are logical groupings of web applications that will execute in a common process.
Physical path - In the Physical path box, click the browse button to navigate the file system to find the IDP from Bold BI deployed location.
NOTE:
Alias
name should be lowercase.
The following folders to be converted as an application:
Right-click the folder and choose Convert to Application
as shown in the following image.
Now, add a Dashboard Server
application inside it as shown in the following image.
The following folders to be converted as an application:
Add a Dashboard Designer
application inside the bi
application as shown in the following image.
Finally, sub-application structure are created successfully as shown in the following image.
Need to change this sub-application URL in the following mentioned file location.
File Location | Property | Values |
---|---|---|
C:\Bold BI\IDP\ums\Configuration\bold bi | InternalAppBIUrl | {sub application URL}/bi |
C:\Bold BI\Dashboard Server\Configuration | InternalAppIdpUrl | {sub application URL} |
InternalAppDataServiceUrl | {sub application URL}/bi/designer |
Refer the following images:
IMPORTANT: Restart your site once all the above steps are completed.