May 8, 2012
tom

IIS: missing configuration/properties

Question

In IIS (Windows Server 2008) I open the IIS Manager, then expand the local server name, the expand “Sites” and right click on “Default Web Site” but no “Properties” show up.

According to this Microsoft article, that is where I would go to find the logging options (which I need to turn on).

What am I missing? I can stop or start “Default Web Site” no problem. The right click menu only brings up:

  • Explore
  • Edit Permissions
  • Add Application
  • Add Virtual Directory
  • Edit Bindings
  • Manage Web Site -> Restart/Start/Stop/Browser, Advanced Settings (no Logging tab)
  • Refresh
  • Remove
  • Rename
  • Switch to Content View

Under the Features View, I don’t see Logging either. I see:

  • .NET Auth
  • .NET Compilation
  • .NET Error Pages
  • .NET Globalization
  • .NET Trust Levels
  • Application Settings
  • Connection Strings
  • SMTP E-mail
  • Authentication
  • Handler Mappings
  • HTTP Responses
  • Modules
  • Output Caching
  • Request Filtering
  • SSL Settings
  • Configuration Editor
Asked by JBurace

Answer

It sounds as if you’ve not installed any of the logging elements of the Health and Diagnostics IIS Role Service:

enter image description here

You need to install at least the “HTTP Logging” role service for the Logging feature to appear.

Answered by Kev

Related posts:

  1. Is there an IIS 7.5 Web Site View that looks anything like IIS 6 Web Site Properties?
  2. Changes to IIS 6 Configuration Lost After Service Restart
  3. IIS missing New Web Site option
  4. How do you configure IIS 7 to use a subdirectory as the default document?
  5. Configuration for FTP Site in IIS 7.5

Leave a comment