Archive for the ‘IIS 7.0 on Vista Bussiness’ Category

h1

Security settings for this service require Windows Authentication but it is not enabled for the IIS application that hosts this service.

September 1, 2008

I obtained this error when i tested my WCF Service.

Security settings for this service require Windows Authentication but it is not enabled for the IIS application that hosts this service.

Solution

IIS->select virtual directory with services -> Properties -> Directory Security tab-> Edit… -> Check Integrated windows authentication. Uncheck Anonymous access.

Then open command line and execute iisreset

h1

Logging under IIS 7.0 (Vista)

March 8, 2008

 

  • Download the ZIP file and extract the MSI from http://www.iis.net/downloads/default.aspx?tabid=34&i=1328&g=6
     
  • Install the MSI
     
  • Run notepad as Administrator

    (do this by right-clicking your notepad shortcut and chosing “Run as Administrator”)
     

  • Open %systemdir%\system32\inetsrv\config\administration.config
     
  • Find the <moduleProviders> section and add the following element:

    <add name=”VistaIisLogging”
            type=”Microsoft.Web.Management.Iis.Server.LoggingModuleProvider, IisLoggingServer, Version=1.1.0.0, Culture=neutral, PublicKeyToken=74622615c9245f3f” />
     

  • Find the <modules> section under the <location path”.”> element and add the following element:
    <add name=”VistaIisLogging” />
     
  • Save the file and open InetMgr.exe

    WWFTut3

h1

How to set IIS 7.0 for everyone:

March 8, 2008
Follow

Get every new post delivered to your Inbox.