پابلیش کردن اپلیکیشن به صورت Native AOT (Ahead of Time)
200, OK
https://learn.microsoft.com/en-us/dotnet/core/deploying/native-aot/ icon

بیشتر زمانی کاربرد دارد که می‌خواهید اپلیکیشن خود را روی ماشینی میزبانی نمایید که فاقد dot Net Runtime می‌باشد.

Publishing your app as native AOT produces an app that is self-contained and that has been ahead-of-time (AOT) compiled to native code. Native AOT apps start up very quickly and use less memory. Users of the application can run it on a machine that doesn't have the .NET runtime installed. 

پابلیش کردن اپلیکیشن به صورت Native AOT (Ahead of Time)
انتشار و اجرای برنامه های Asp.net core بر روی IIS
303, SeeOther
http://weblog.west-wind.com/posts/2016/Jun/06/Publishing-and-Running-ASPNET-Core-Applications-with-IIS?utm_source=DNK-147945&utm_medium=DNK-147945&utm_content=DNK-147945&utm_campaign=DNK-147945 icon

When you build ASP.NET Core applications and you plan on running your applications on IIS you'll find that the way that Core applications work in IIS is radically different than in previous versions of ASP.NET. 

انتشار و اجرای برنامه های Asp.net core  بر روی IIS