简体   繁体   English

IIS 应用程序池 CLR v4.0 与无托管代码

[英]IIS Application pools CLR v4.0 vs No managed code

I am currently developing an app which uses .Net core.我目前正在开发一个使用 .Net 核心的应用程序。

I have hosted a lot of micro-services on IIS Manager in new app pool.我在新应用程序池中的 IIS 管理器上托管了很多微服务。

I was wondering is there any advantages for app pool version instead of the latest.NET CLR v4.0, to use no managed code?我想知道应用程序池版本而不是最新的 .NET CLR v4.0 是否有任何优势,不使用托管代码?

I heard some things that no managed code option gets better performance.我听说没有托管代码选项可以获得更好的性能。 Is that true?这是真的吗?

Thank you.谢谢。

You should use "No managed code" if only an ASP.NET Core app is hosted,如果仅托管 ASP.NET Core 应用程序,则应使用“无托管代码”,

https://docs.microsoft.com/en-us/aspnet/core/publishing/iis https://docs.microsoft.com/en-us/aspnet/core/publishing/iis

The official guide has made it clear.官方指南已经明确了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 ASP.NET Core 3.1 运行在 IIS .NET CLR v4.0 和集成托管必须是每个 APP 的池吗? - ASP.NET Core 3.1 run on IIS .NET CLR v4.0 and integrated managed must be a pool for each APP? 为什么在IIS应用程序池中显示两个.NET 4.0框架? - Why are there two .NET 4.0 Frameworks showing in IIS Application Pools? MSDeploy-无法将.NET v4.5程序包部署到v4.0应用程序池 - MSDeploy - Cannot deploy .NET v4.5 package to v4.0 Application Pool IIS7在.net 4.0 CLR下运行.net 2.0应用程序 - IIS7 running .net 2.0 application under .net 4.0 CLR IIS和应用程序池32位和64位 - IIS and application pools 32-bit vs 64-bit 在IIS中枚举应用程序池 - Enumerating Application Pools in IIS .NET v4.0中无法识别的属性“enableSsl” - Unrecognised attribute 'enableSsl' in .NET v4.0 如何使用命令行将IIS7中的ISAPI和CGI限制功能的.net Framework v2.0更改为v4.0? - How to change .net framework v2.0 to v4.0 for ISAPI and CGI restrictions feature in IIS7 using command line? 在IIS中设置应用程序池的优先级 - Set priority for application pools in IIS 为应用程序池“ xxx v4.0(经典)”提供服务的辅助进程已请求回收,因为它已达到其专用字节内存限制 - A worker process serving application pool 'xxx v4.0 (Classic)' has requested a recycle because it reached its private bytes memory limit
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM