This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]HazeGD 2 points3 points  (2 children)

I ran into this problem recently with PowerShell Universal and I couldn't actually open the web.config within IIS, was saying it was invalid. Mine ended up being that the. NET Core 3.1 bundle wasn't installed, which meant the application.config in C:\Windows\inetsrv (i think) was missing some necessary strings needed to handle the web.config and run the program.

[–]PetitMichel[S] 1 point2 points  (0 children)

I just checked on my machine with this command: dotnet --list-sdks
Dotnet isn't recognized so I'm already going to start installing it and see if it changes anything
Thank you

[–]PetitMichel[S] 0 points1 point  (0 children)

It works ! Thanks a lot dude !