Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Bundling ASP.NET-based apps #130

Open
skyne98 opened this issue Nov 24, 2020 · 0 comments
Open

Bundling ASP.NET-based apps #130

skyne98 opened this issue Nov 24, 2020 · 0 comments

Comments

@skyne98
Copy link

skyne98 commented Nov 24, 2020

Hey there! First of all, amazing work on an amazing project! Hope this project will gain momentum with time!

Now back to the issue. My situation is that I have a Blazor Webassembly application which follows the default project/file structure generated by Visual Studio: Client, Server(ASP) and Shared.

This means that the application heavily relies on the server and cannot be run independently.

Do you have any suggestions or potential improvements to allow bundling default Blazor web apps? In my mind, running the server as a child process serving all the necessary documents should be enough for the app to look like a complete package.

However, upon including and trying to run the server out of its "Server" project in a separate "Desktop" project I witnessed the browser not being able to access the server at all, pointing at some ASP.NET controller assembly resolution shenanigans which I wasn't able to resolve, unfortunately.

What do you think, can there exist an out of the box solution?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant