When publishing this blog onto IIS I was faced with the good old (Zero information) IIS error page. I knew I had .Net 8 installed and my persmissions were correct...
One of the cool things about ZauberCMS, is under the hood, it's just Blazor. Meaning, you can add standard Blazor pages and component to your site and render them with...
In this blog post, we'll dive into how you can smoothly integrate JavaScript into your Blazor Web App, even when using static server-side rendering (static SSR) and enhanced navigation. Why...