My Projects Wall

This site is a container for sites I'm testing, or don't have a base of their own. I aim to write in more detail about any experiences I have on my blog. Short points as well as pointers to posts with an explanation for some of the projects can be found in the tab.

Here you can find a short list of short points to ponder, which one day I hope to write articles about

  • Tabs
    • Blazor vs CSS
    • Without JS
    • Sliding effect
  • CSS box-shadow rounded effect for each site link
  • CSS parallax without JS - background inage

Since all these sites are subs in the top level and some of them are running on ASP.Net Core, an error is thrown as seen here in this test:

To get around this two things are needed to be implemented:

  • The top level site is not hosted by ASP.Net Core (in my case it is a static HTML page). I tested out running the main site from a sub folder and putting it in an iframe, but there were a few problems with this approach. Read in full on my blog here. You can also see this test page here.
  • The web.config file in all sub sites needs to be edited so that hostingModel=OutOfProcess.