Hosting Plans
Three tiers sized for Blazor workloads
- ASP.NET Developer — $9.49/month: 30 GB SSD, 2 websites, 50 GB bandwidth, Blazor Server + WebAssembly + Auto + SSR support, SignalR WebSockets enabled
- ASP.NET Business — $17.49/month: 50 GB SSD, 5 websites, 100 GB bandwidth, full Blazor support, larger app pool for ~150 concurrent Blazor Server circuits (Most Popular)
- ASP.NET Professional — $27.49/month: 200 GB SSD, 10 websites, 250 GB bandwidth, enterprise Blazor hosting, ~300+ concurrent circuit capacity, specialist .NET support (same-business-day tickets; 24/7 for production)
All plans include: SignalR WebSocket transport, free auto-renewing Let’s Encrypt SSL via Plesk for Windows, automated daily backups, 99.99% uptime SLA. 30-day money-back guarantee.
Picking the Right Plan
Blazor Server vs WebAssembly sizing
For Blazor Server apps, each connected user holds an active SignalR circuit consuming ~250 KB of RAM. The Business plan (2 GB dedicated app pool) comfortably handles 150-200 concurrent circuits; Professional doubles that. For pure Blazor WebAssembly apps the .NET runtime runs in the browser, so plan sizing tracks API backend load instead and most WASM-only sites are happy on Developer.
Documentation & Microsoft Resources
- Blazor hosting models — Microsoft official guide
- Host and deploy Blazor Server — Microsoft official