简体   繁体   中英

IIS Application pools CLR v4.0 vs No managed code

I am currently developing an app which uses .Net core.

I have hosted a lot of micro-services on IIS Manager in new app pool.

I was wondering is there any advantages for app pool version instead of the latest.NET CLR v4.0, to use no managed code?

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,

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

The official guide has made it clear.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM