1

I wanted to setup web deployment from Visual Studio into an AWS EC2 instance.

First, I launched a EC2 instance of Windows Server 2019 Base. I added IIS and ASP.NET Windows features. Then I downloaded Web Deploy 3.6 msi and chose to install "complete features".

After that, I started IIS manager, and went to "Default web site". Under the "Management" group, I expect to see a "IIS Manager Permissions" icon, but it was not there. I need it to enter the user name/password, which will be used by my Visual Studio to connect to this IIS.

Where did I get it wrong?

1 Answers1

3

IIS Manager Permissions is only visible if you enabled Management Service role service,

https://docs.microsoft.com/en-us/iis/manage/remote-administration/configuring-remote-administration-and-feature-delegation-in-iis-7#configuring-remote-connections-in-iis-manager

Lex Li
  • 1,414