Saurabh
Saurabh

Reputation: 1631

Websites are not visible in IIS

In IIS Manager I only see add connection, Other option like default website, add new website are not available. Although everything is installed in order (checked through "Turn windows feature on or off").

enter image description here

Its windows 10 and IIS version is as below

enter image description here

Any Clue , how can to get default web site in IIS or add new website here ?

Upvotes: 1

Views: 3716

Answers (1)

Peter Hahndorf
Peter Hahndorf

Reputation: 11222

This behaviour occurs when you start IIS manager as a standard user. As a standard user you can connect to remote IIS server using credentials, but you can never manage the local IIS instance.

Start IIS Manager as administrator

Upvotes: 6

Related Questions