Running Grandnode v2 from source

Friday, April 26, 2024 6:18:23 AM
  • Posted: Wednesday, June 23, 2021 8:54 AM
  • 34
I've downloaded Grandnode v2 from github and compiled successfully.
However when attempting to run on local IIS, error occurred as 500.30 - ASP.NET Core app failed to start.

A published version to an nginx web server starts the installation screen successfully.
What did I miss to run the source locally for learning and debugging purpose?
0
  • Posted: Wednesday, June 23, 2021 9:48 AM
  • Team
  • 151
Hello,

Check your permissions to the folder on IIS and/or try to install asp.net core IIS hosting bundle https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-aspnetcore-5.0.7-windows-hosting-bundle-installer
1
  • Posted: Wednesday, June 23, 2021 10:01 AM
  • 34
Hi Krzysztof,

It's a developer's machine with SDK 5.0.301 installed, which includes ASP.NET Core Runtime 5.0.7.
Running windows 10 pro with IIS Express, so folder rights shouldn't be an issue.

The startup project is set to Grand.Web. Am I right to say I should see the installation screen even when running locally on IIS Express?
0
  • Posted: Wednesday, June 23, 2021 10:29 AM
  • Team
  • 151
The startup project is correct, do you try running from VS 2019?
0
back to top
Filters