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?
Running Grandnode v2 from source
Monday, November 25, 2024 4:30:30 PM
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
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
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?
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