Search code examples
c#asp.net.netumbracoumbraco8

Umbraco installer wizard not showing up


First time trying to install Umbraco. I followed the instructions on how to install Umbraco 8 with NuGet. (https://our.umbraco.com/documentation/Getting-Started/Setup/Install/install-umbraco-with-nuget)

But I'm having issues with getting the Umbraco installer to show up. After starting without debugging (Ctrl+F5) I just get the Chrome error page for ERRCONNECTIONRESET. It does seem some resources are missing in my project solution. Tried cleaning and building the solution over and over, but no luck.

enter image description here

I'm using Visual Studio 2019 16.9.3 with .NET Framework 4.7.2 (also tried it with 4.8)

Thanks in advance.


Solution

  • The issue was that Visual Studio navigated to the HTTPS variant. When I navigated to the HTTP variant, it works.