Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

Web site in Blazor with both wasm and server side

$
0
0

We would like to create a web app in .NET 8 that has both wasm and server side pages. The server side pages should be hosted on a different site so that it can be upgraded separately.

Home page - wasm (gets lists of data from remote API) such as https://myapp.mydomain.com.

Form page - server side (opens a data entry form which connects to its own services) such as https://myapp.mydomain.com/dataentryform1

We would like to have:

  • these two as separate projects in one solution, or even separate repos
  • hosted on separate sites
  • forms under the same url as the wasm part.

This could be considered as similar to have the forms as iframes but of course we don't want to use iframe technology rather we would use routing of some kind.

Can this be done?


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>