Hi to all,
I'm developingwith ASP.NETcore1.0.1 and i have a problemwhen I try topublish acoreASP.NETMVCprojecton a"test remote server", below arelistedthe errors generated :
- Executing command ["C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -source:manifest='C:\Users\Administrator\AppData\Local\Temp\PublishTemp\obj\Test48\SourceManifest.xml' -dest:manifest='C:\Users\Administrator\AppData\Local\Temp\PublishTemp\obj\Test48\DestinationManifest.xml',ComputerName='https://serverIP:8172/msdeploy.axd?site=Fendi',UserName='TestWebDeploy',Password='{PASSWORD-REMOVED-FROM-LOG}',IncludeAcls='False',AuthType='Basic' -verb:sync -enablerule:AppOffline -enableRule:DoNotDeleteRule -retryAttempts:20]
- C:\Program Files\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Publishing.targets(408,5): Errore : Codice errore: ERROR_CERTIFICATE_VALIDATION_FAILED
- C:\Program Files\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Publishing.targets(408,5): Errore : Ulteriori informazioni: La connessione al computer remoto ("IP remote server") è stata eseguita utilizzando il processo specificato ("Servizio Gestione Web"), ma non è stato possibile verificare il certificato del server. Se si considera attendibile il server, eseguire di nuovo la connessione e consentire i certificati non attendibili. Ulteriori informazioni in: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_CERTIFICATE_VALIDATION_FAILED.
- C:\Program Files\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Publishing.targets(408,5): Errore : Errore: Connessione sottostante chiusa: Impossibile stabilire una relazione di trust per il canale sicuro SSL/TLS..
- C:\Program Files\MSBuild\Microsoft\VisualStudio\v14.0\DotNet\Microsoft.DotNet.Publishing.targets(408,5): Errore : Errore: Il certificato remoto non è stato ritenuto valido dalla procedura di convalida.
I went to thelink suggest me in error3but I could notunderstand how toby-pass controlonthe"test servercertificate".
Paolo