I promise not to feedback-sandwich you but I want to start by saying the content is great! At first I thought it was a little ironic that you picked a hosting service to perform the tutorial steps on, but I realized this is geared toward people who don't (yet) have a spare NAS or raspberry pi sitting around waiting for someone to load up with containers :D I appreciate you skipping right past ...
Lex Li's comment/ blog post contains the answer. I'm detailing it here to try to save someone else losing days to this simple misunderstanding. A self contained deployment does indeed include the runtime, but it doesn't include the ASP.NET Core module for IIS which you get when you download the Runtime & Hosting Bundle from the .net downloads page.
338 votes, 78 comments. true. This is great thank you for sharing. I am particularly drawn to the "It has to be as hands-free as possible, so I don't have to keep looking at it in my free time" comment and somewhere where I'd like to be.
I've been having some difficult getting a simple ASP.NET Core 3.1 API website to run within IIS on a Windows Server 2016 Datacenter server. I have not installed the .net core hosting bundle - and was hoping to avoid that by using the sel...
A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web services, and online tools.
⥅ related node [[20160801selfhostingdoesnthelpselfpublish]] pull. ⥅ related node [[selfhosting conundrum]] pull. ⥅ related node [[selfhosting platforms]] pull. 🔎 full text search for 'selfhosting' pull. This [] took 0.19625544548034668 seconds to render your request on 2023-05-12 11:23:49.341327. An Agora ...
Oct 22, 2024Great insights into the benefits and setup of self-hosting! It's true that self-hosting offers complete control and customization, which can be incredibly empowering for individuals and businesses alike.
Jun 29, 2024In this series, I'll discuss what self-hosting is, why it's something you might want to consider as a hobby, and what you need to get started on this technical journey towards self-reliance.
310 votes, 248 comments. true. Totally agree. All my home services that use email alerts are routed through Mailgun (not self-hosted, but that's kinda the point) so that the rest of my happy, rather monsterous self-hosted ecosystem can survive and thrive.
Here's a useful read that digs in a bit more into what virtualization actually is.. What you need to know is that one of these little slivers is called a virtual private server (VPS). Nowadays ...
Lex Li's comment/ blog post contains the answer. I'm detailing it here to try to save someone else losing days to this simple misunderstanding.
A selfcontaineddeployment does indeed include the runtime, but
it doesn't include the ASP.NET Core module for IIS which you get
when you download the Runtime & Hosting Bundle from the .net downloads
page.
So if you are deploying to IIS, you will need to run the Runtime & Hosting Bundle installer even for a selfcontaineddeployment.
A selfcontaineddeployment just means the application will use the .NETCore Runtime packaged with the application rather than whatever is installed on the machine.