Reputation: 571
I am new to visual studio and asp.net, Currently, I created a project and want to run that web project in Local IIS.
So I install the IIS, and checked it's working by open localhost.
Then I right clicked the project -> properties -> web.
On that page, I can only see two items (IIS Express and External Host) in the dropdown list in the Servers area.
My questions is how to make the Local IIS be available as well? Do I missing some setting, or it is because of the limitation of the version of visual studio I am using?
Upvotes: 0
Views: 1119
Reputation: 4237
Probably you have no IIS installed on that machine. Go to "Install/Uninstall applications -> Turn on Windows Features" and make sure IIS checked.
Upvotes: 2