Hi @Lebret Pierre-Vincent,
Perhaps we all think that the benefit of doing a Self-Contained Deployment is not having to install anything, including the .net core framework. But if deployed to IIS, SCD is of little use. The hosting bundle is always a must, as ASP.NET Core module can only be installed from it. Please check out this thread.
A self contained deployment does indeed include the runtime, but it doesn't include the
ASP.NET Core module for IISwhich you get when you download theRuntime & Hosting Bundlefrom the .net downloads page.
You can build standalone .NET Core web applications. However, as Lex Li said, it is a console-based application that, when run, self-hosts with Kestrel or other HTTP server.
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the email notification for this thread.
Best regards,
Yurong Dai