简体   繁体   English

Azure DevOps部署IIS到windows服务器密码限制?

[英]Azure DevOps Deploying IIS to windows server password limit?

We have an Azure DevOps release pipeline that deploys a .NET website to IIS on a remote server.我们有一个 Azure DevOps 发布管道,将 .NET 网站部署到远程服务器上的 IIS。 Everything was working fine until we changed the password.在我们更改密码之前一切正常。 The password is correctly changed on the pipeline but for some reason the app pool doesn't get updated properly.密码已在管道上正确更改,但由于某种原因,应用程序池未正确更新。 When I input the password manually into the application pool on the server itself, it works fine, but when the pipeline does it, it fails.当我手动将密码输入服务器本身的应用程序池时,它工作正常,但是当管道执行它时,它失败了。 The only thing I can think of is that the previous password length was about 10 characters and the new password is much longer.我唯一能想到的是,以前的密码长度大约是 10 个字符,而新密码要长得多。 >35 characters. >35 个字符。 Is there a password length limit with Azure DevOps releases? Azure DevOps 版本是否有密码长度限制?

在此处输入图像描述

I noticed that if the password begins with a backslsash (\) no matter the length it will fail on deployment, try a different starting character.我注意到,如果密码以反斜杠 (\) 开头,无论其长度如何,它都会在部署时失败,请尝试使用不同的起始字符。

Also, there may be other characters causing this, I will edit the post once I have figured out which other characters cause the problem.此外,可能还有其他字符导致此问题,一旦我弄清楚是哪些其他字符导致了问题,我将编辑帖子。

As of now, I have successfully used a 39 character password...截至目前,我已经成功使用了一个39个字符的密码...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM