Visualizzazione dei risultati da 1 a 3 su 3
  1. #1

    WCF e IIS 7.5 (win2k08 r2)

    CIao a tutti, dopo aver definito una nuova webapp (esempio.it) ho deciso di integrare in essa un servizio WCF.
    Eseguendolo però il web server restituisce il seguente errore:

    HTTP Error 404.3 - Not Found
    The page you are requesting cannot be served because of the extension configuration. If the page is a script, add a handler. If the file should be downloaded, add a MIME map.

    Module StaticFileModule
    Notification ExecuteRequestHandler
    Handler StaticFile
    Error Code 0x80070032

    Vi confermo che nel DefaultWebSite funziona ..... come mai ?


    Il server è un windows server 2008 r2 con IIS 7.5 e plesk 9.2 attivo (da cui ho configurato il dominio).

    help!!!

  2. #2
    Allora, dopo aver aggiunto gli handler mancanti, ora ho il seguente problema


    Server Error in '/wcfService' Application.

    IIS specified authentication schemes 'IntegratedWindowsAuthentication, Anonymous', but the binding only supports specification of exactly one authentication scheme. Valid authentication schemes are Digest, Negotiate, NTLM, Basic, or Anonymous. Change the IIS settings so that only a single authentication scheme is used.

  3. #3
    Ciao,
    segui quello che ti dice il messaggio d'errore.
    Un sito di default supporta i due tipi di autenticazione anonima e integrated windows authentication, ma il servizio WCF non lo manda giù.

    fai click con il destro sul sito web nel gestore IIS e scegli "properties", quindi passa alla scheda "Directory" , clicca su "Edit" nell'area "Anonymous access and authentication control".
    Dovresti avere selezionati entrambi i metodi di autenticazione Anonymous access e Integrated Windows Authentication, deselezionane una e riavvia IIS.

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.