I need to perform Base Path URL for my project. I need confirmation whether this approach can be implemented with Blazor or not?
mainurl/KioskDevt/index - for development & for kiosk.client app
mainurl/KioskQA/index - for QA testing & for kiosk.client app
mainurl/Kiosk/index - for Production & for kiosk.client app
mainurl/WebPortalDevt/index - for development & for blazor.client app (web or admin portal )
mainurl/WebPortalQA/index - for QA testing & for kiosk.client app (web or admin portal )
mainurl/WebPortal/index - for Production & for kiosk.client app (web or admin portal )
Using .NET core 8 with Blazor (syncfusion library) & clean architectureFolder Structure
- Web (Blazor Server App)
- Blazor.Client (Blazor Web Assembly) - Web or Admin Portal
- Kiosk.Client (Blazor Web Assembly) - Kiosk App
I tried implementing using below document from Microsoft but it's not working as expected.Document