Webdeploy Publish Profile password saving

前端 未结 4 2082
轮回少年
轮回少年 2021-02-14 22:08

I saved a publish profile into an .xml along wit all the login info. But when i import this XML to another computer and try to publish, it\'ll say that my password is incorrect

4条回答
  •  忘掉有多难
    2021-02-14 23:01

    As mentioned by user1785999, you can save the password in plain text, just add the password element to your .pubxml file:

        YourName
        YourPassword
    

提交回复
热议问题