Version 4.401 - HTTP Error 500.30 - ASP.NET Core app failed to start

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 anos atrás
Hi
Installed Published version 4.401
Set app_data read /write permissions
All Installed on VPS , IIS with proper MS core 3 runtime + dotnet-hosting-5.0.4
Restated server

but Still gets HTTP Error 500.30 - ASP.NET Core app failed to start

Help Anyone ?
Thanks
Ran
3 anos atrás
dingo wrote:
Hi
Installed Published version 4.401
Set app_data read /write permissions
All Installed on VPS , IIS with proper MS core 3 runtime + dotnet-hosting-5.0.4
Restated server

but Still gets HTTP Error 500.30 - ASP.NET Core app failed to start

Help Anyone ?
Thanks
Ran


You need to have ASP.NET Core 5.0 Runtime (v5.0.3) - Windows Hosting Bundle installed.
3 anos atrás
untiedshoes wrote:
Hi
Installed Published version 4.401
Set app_data read /write permissions
All Installed on VPS , IIS with proper MS core 3 runtime + dotnet-hosting-5.0.4
Restated server

but Still gets HTTP Error 500.30 - ASP.NET Core app failed to start

Help Anyone ?
Thanks
Ran

You need to have ASP.NET Core 5.0 Runtime (v5.0.3) - Windows Hosting Bundle installed.


Uninstalled the dotnet-hosting-5.0.4  and Installed Fresh dotnet-hosting-5.0.3
Restarted Server again
But ,  Still Have same Error
3 anos atrás
dingo wrote:
Uninstalled the dotnet-hosting-5.0.4  and Installed Fresh dotnet-hosting-5.0.3
Restarted Server again
But ,  Still Have same Error


Did you install the bundle I linked to?
3 anos atrás
untiedshoes wrote:
Uninstalled the dotnet-hosting-5.0.4  and Installed Fresh dotnet-hosting-5.0.3
Restarted Server again
But ,  Still Have same Error

Did you install the bundle I linked to?


Yep , see the installed
3 anos atrás
From Command Prompt, run the following:

dotnet --info

dotnet --version

dotnet --list-runtimes

Paste the results for each please.
3 anos atrás
untiedshoes wrote:
From Command Prompt, run the following:

dotnet --info


C:\Users\Administrator>dotnet --info

Host (useful for support):
  Version: 5.0.3
  Commit:  c636bbdc8a

.NET SDKs installed:
  No SDKs were found.

.NET runtimes installed:
  Microsoft.AspNetCore.App 3.1.13 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 5.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 3.1.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 3.1.13 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 5.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 3.1.12 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

dotnet --version

C:\Users\Administrator>dotnet --version
Could not execute because the application was not found or a compatible .NET SDK is not installed.
Possible reasons for this include:
  * You intended to execute a .NET program:
      The application '--version' does not exist.
  * You intended to execute a .NET SDK command:
      It was not possible to find any installed .NET SDKs.
      Install a .NET SDK from:
        https://aka.ms/dotnet-download

dotnet --list-runtimes

C:\Users\Administrator>dotnet --list-runtimes
Microsoft.AspNetCore.App 3.1.13 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.AspNetCore.App 5.0.3 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.12 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 3.1.13 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.NETCore.App 5.0.3 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
Microsoft.WindowsDesktop.App 3.1.12 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Paste the results for each please.
3 anos atrás
You definitely installed via the bundle, not individually? If you didn't install via the bundle, you won't have the ASP.NET Core Module v2 installed.
3 anos atrás
untiedshoes wrote:
You definitely installed via the bundle, not individually? If you didn't install via the bundle, you won't have the ASP.NET Core Module v2 installed.


yes , Installed via the bundle only
appreciate the help .
Should I install  ASP.NET Core Module v2 as well ?
thx Ran
3 anos atrás
dingo wrote:
yes , Installed via the bundle only
appreciate the help .
Should I install  ASP.NET Core Module v2 as well ?
thx Ran


If you installed the via bundle, then it should be installed already.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.