【问题标题】:Cant publish asp.net with web deploy onto IIS [duplicate]无法将带有 Web 部署的 asp.net 发布到 IIS [重复]
【发布时间】:2018-12-12 20:43:10
【问题描述】:

我在使用 Visual Studio 进行 Web 部署时遇到了很大的问题。 几个月前它工作没有任何问题,但现在我得到了这个愚蠢的错误:

    Severity    Code    Description Project File    Line    Suppression State
    Error Web deployment task failed. ((12.12.2018 21:29:45) An error                 
    occurred when the request was processed on the remote computer.)


    (12.12.2018 21:29:45) An error occurred when the request was processed on 
    the remote computer.

    Unable to perform the operation. Please contact your server administrator 
    to check authorization and delegation settings. S.E.P.P_WebApi      0   

我只是不知道那里可能发生了什么变化或哪里出了问题。

我尝试了一个全新的 Asp.Net 项目,但也没有成功,所以我认为它一定是服务器出了问题。我只是找不到它可能是什么,因为自从它工作以来我没有改变任何东西。

请帮忙

【问题讨论】:

  • @MohsinMehmood 我不认为这是同一个问题,但解决方案解决了它。谢谢!

标签: asp.net-mvc visual-studio iis webdeploy


【解决方案1】:

在 Mohsin Mehmood 的帮助下,我可以修复它。 这个问题中提供的答案: Web deployment task build failed 终于可以修好了。问题是,Web-Deploy 所需的用户 WDeployConfigWriter 和 WDeployAdmin 的密码已过期。只是改变了它,它又可以工作了。

【讨论】:

    猜你喜欢
    • 2021-09-22
    • 2021-02-15
    • 2011-08-02
    • 1970-01-01
    • 1970-01-01
    • 2023-03-28
    • 1970-01-01
    • 2012-07-18
    • 2019-12-28
    相关资源
    最近更新 更多