Can NGEN be used with Azure Websites?

2020-07-13 06:15发布

After much research I still cannot find the answer to this question.

So can one NGEN one's ASP.NET MVC3 application which is deployed in Azure Websites, in a 32bit "Basic" or "Standard" instance?

Thanks.

1条回答
何必那么认真
2楼-- · 2020-07-13 07:09

Will things blow up if you NGEN? No.

Will you get a benefit from NGEN? No. If your build system differs from the Azure server (which almost certainly does), the runtime will simply re-JIT things on the server.

查看更多
登录 后发表回答