Domanda

Sto cercando di impostare il provider di autenticazione per un sito web di nuova creazione (Application Management -> Provider di autenticazione). Io cerco di impostare a entrambi Forms o di Windows (l'impostazione non ha importanza).

Quando fa clic su Salva ricevo ...

Impossibile applicare una modifica web.config in un file 'Configurazione / system.web / pagine'. Il nodo specificato "C: \ Inetpub \ wwwroot \ wss \ VirtualDirectories \ testsolution9 \ web.config" non è stato trovato nel file web.config. a Microsoft.SharePoint.Administration.SPWebConfigFileChanges.ApplyModificationsWebConfigXmlDocument (XmlDocument xdWebConfig, String filepath)

I controllare il web.config del file e la sezione è presente! Qui è ...

<pages enableSessionState="true" enableViewState="true" enableViewStateMac="true" validateRequest="false" pageParserFilterType="Microsoft.SharePoint.ApplicationRuntime.SPPageParserFilter, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" asyncTimeout="7">
      <namespaces>
        <remove namespace="System.Web.UI.WebControls.WebParts" />
      </namespaces>
      <tagMapping>
        <add tagType="System.Web.UI.WebControls.SqlDataSource, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" mappedTagType="Microsoft.SharePoint.WebControls.SPSqlDataSource, Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
      </tagMapping>
    </pages>

Comunque non ottengo l'errore quando si seleziona una vecchia applicazione web per provider di cambiamento. Ho anche copiato l'intero contenuto della vecchia web.config in web.config i nuovi siti, ma ho ancora lo stesso errore.

In una nota distinta ma collegata Ho una soluzione che aggiunge le voci Ajax nel file web.config e produce lo stesso messaggio di errore.

Googled un sacco, ma non riesco a ottenere da nessuna parte, dicono tutti "aggiungere nella sezione pagine" ma è già lì?

Aggiorna 1

Ho cercato attraverso i registri di SharePoint (bleah) e hanno ottenuto queste voci, l'ultima delle quali l'errore effettivo.

03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/configSections Node name - sectionGroup[@name='system.web.extensions'] Node value - 
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/configSections/sectionGroup[@name='system.web.extensions'] Node name - sectionGroup[@name='scripting'] Node value -      
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/configSections/sectionGroup[@name='system.web.extensions']/sectionGroup[@name='scripting'] Node name - section[@name='scriptResourceHandler'] Node value -     
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/configSections/sectionGroup[@name='system.web.extensions']/sectionGroup[@name='scripting'] Node name - sectionGroup[@name='webServices'] Node value -   
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/configSections/sectionGroup[@name='system.web.extensions']/sectionGroup[@name='scripting']/sectionGroup[@name='webServices'] Node name - section[@name='authenticationService'] Node value -      
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/configSections/sectionGroup[@name='system.web.extensions']/sectionGroup[@name='scripting']/sectionGroup[@name='webServices'] Node name - section[@name='jsonSerialization'] Node value -    
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/configSections/sectionGroup[@name='system.web.extensions']/sectionGroup[@name='scripting']/sectionGroup[@name='webServices'] Node name - section[@name='profileService'] Node value -   
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/SharePoint/SafeControls Node name - SafeControl[@Assembly='System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'][@Namespace='System.Web.UI'][@TypeName='*'] Node value -    
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.diagnostics/switches Node name - add[@name='DiagnosticsSwitchesGeneralMod'] Node value -      
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.diagnostics/switches Node name - add[@name='DiagnosticsSwitchesHttpModuleExceptionHandlerMod'] Node value -    
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration Node name - system.web.extensions Node value -    
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web.extensions Node name - scripting Node value -      
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web.extensions/scripting Node name - webServices Node value -    
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web/compilation/assemblies Node name - add[@assembly='System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'] Node value -     
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web/httpHandlers Node name - add[@path='*.asmx'] Node value -    
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web/httpHandlers Node name - add[@path='*_AppService.axd'] Node value -    
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web/httpHandlers Node name - add[@path='ScriptResource.axd'] Node value -   
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web/httpModules Node name - add[@name='HttpModulesMod'] Node value -     
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web/httpModules Node name - add[@name='ScriptModule'] Node value -      
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     Topology                        8gp8    Medium      Adding web config node - Path - configuration/system.web/httpModules Node name - add[@name='Session'] Node value -   
03/30/2010 14:12:54.11  w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     General                         8nca    Verbose     Application error when access /_admin/Authentication.aspx, Error=Failed to apply a web.config modification to file 'configuration/system.web/pages'.  The specified node "C:\Inetpub\wwwroot\wss\VirtualDirectories\testsolution11\web.config" was not found in the web.config file.   at Microsoft.SharePoint.Administration.SPWebConfigFileChanges.ApplyModificationsWebConfigXmlDocument(XmlDocument xdWebConfig, String filepath)     at Microsoft.SharePoint.Administration.SPWebApplication.ApplyWebConfigModifications()     at Microsoft.SharePoint.Administration.SPWebApplication.Provision()     at Microsoft.SharePoint.Administration.SPWebApplication.UpdateAuthenticationSettings(SPUrlZone zone, SPIisSettings newSettings, Boolean createJob)     at Microsoft.SharePoint.Administration.SPWebApplication.Updat...  
03/30/2010 14:12:54.11* w3wp.exe (0x17C4)                           0x1F00  Windows SharePoint Services     General                         8nca    Verbose     ...eAuthenticationSettings(SPUrlZone zone, SPIisSettings newSettings)     at Microsoft.SharePoint.ApplicationPages.AuthenticationPage.BtnSave_Click(Object sender, EventArgs e)     at System.Web.UI.WebControls.Button.OnClick(EventArgs e)     at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)     at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)     at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)     at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)  
È stato utile?

Soluzione 3

Ho rintracciato questo ritorno a una installazione delle CKS Blog Edition, sembra avere qualcosa di fatto per le modifiche di SharePoint web.config.

Altri suggerimenti

È davvero il messaggio di errore?

Mi sembra che qualcosa è trasposto, forse per indicare qualcosa sta facendo una modifica web di configurazione in codice, ma con un bug. Sembra strano a me che gli stati di messaggio:

  • "Impossibile applicare una modifica web.config in un file di configurazione '/ system.web / pagine'". Questo non è un file - questo è un nodo
  • "Il nodo specificato "C: \ Inetpub \ wwwroot \ wss \ VirtualDirectories \ testsolution9 \ web.config" non è stata trovata ..". Questo non è un nodo - che è un file

Si può pensare a qualcosa nella vostra soluzione che potrebbe causare questo?

Credo che il codice API gettare l'eccezione ha un bug che scambia i parametri: Guarda pagina (Basso # 1).

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top