Machine Key generation feature not exist in latest IIS Version

后端 未结 4 2393
逝去的感伤
逝去的感伤 2021-02-14 04:24

Answering one of the recent question on SO, i encountered this anomaly.

This msdn blog suggests using IIS to generate machine key, which looks more secure to me as Micr

4条回答
  •  不要未来只要你来
    2021-02-14 05:01

    I know I came to very late to provide this answer. Hope this helps for any others.

    I'm using the latest IIS 10(which is the latest)

    By default, the Machine Key feature is not installed when enabling the Internet Information Service in the windows features.

    You need to install ASP.NET XX from the World Wide Web Service

    After installing this, you can generate your keys from the Machine Key Option.

提交回复
热议问题