Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/visual-studio/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net mvc 无法将带有web deploy的asp.net发布到IIS上_Asp.net Mvc_Visual Studio_Iis_Webdeploy - Fatal编程技术网

Asp.net mvc 无法将带有web deploy的asp.net发布到IIS上

Asp.net mvc 无法将带有web deploy的asp.net发布到IIS上,asp.net-mvc,visual-studio,iis,webdeploy,Asp.net Mvc,Visual Studio,Iis,Webdeploy,我对VisualStudio的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

我对VisualStudio的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项目,但也没有成功,所以我想一定是服务器出了问题。我只是找不到它可能是什么,因为自从它起作用以来,我没有改变任何东西


请帮忙

在莫辛·穆罕默德的帮助下,我可以把它修好。 这一问题的答案是:
我们终于可以解决它了。问题是,Web部署所需的用户WDeployConfigWriter和WDeployAdmin的密码将过期。只是改变了这一点,它又起了作用。

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