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
Visual studio Visual Studio webdeploy即使在验证连接时也会失败?_Visual Studio_Visual Studio 2015_Webdeploy - Fatal编程技术网

Visual studio Visual Studio webdeploy即使在验证连接时也会失败?

Visual studio Visual Studio webdeploy即使在验证连接时也会失败?,visual-studio,visual-studio-2015,webdeploy,Visual Studio,Visual Studio 2015,Webdeploy,我正在尝试部署我的webapp VS2015 RC1 DNX 451。即使在验证连接并运行发布时,也会出现错误 Severity Code Description Project File Error Error Code: ERROR_USER_UNAUTHORIZED Error More Information: Connected to the remote computer ("crocus.arvixe.com") using t

我正在尝试部署我的webapp VS2015 RC1 DNX 451。即使在验证连接并运行发布时,也会出现错误

Severity    Code    Description Project File    
Error       Error Code: ERROR_USER_UNAUTHORIZED     
Error       More Information: Connected to the remote computer ("crocus.arvixe.com") using the Web Management Service, but could not authorize. Make sure that you are using the correct user name and password, that the site you are connecting to exists, and that the credentials represent a user who has permissions to access the site.  Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_UNAUTHORIZED.       
Error       Error: The remote server returned an error: (401) Unauthorized. 
谷歌搜索这个问题,甚至试图查看主机论坛,都只是说确保用户名和密码是正确的。我在尝试各种设置时一无所获。你知道如何调试这个问题吗


我正在使用Arvixe.com作为主机。

您应该联系。他们的服务器上可能有一些奇怪的配置,但我怀疑他们可以帮助您解决这个问题。

Arvixe不再支持Web部署。一旦他们将您移动到新服务器,您将无法使用Web Deploy。在VisualStudio中,可以使用FTP而不是Web部署设置发布。如果您习惯于Web部署发布数据库更改,那么您需要自己使用SQL脚本来完成这些操作。实体框架可以选择为迁移生成SQL脚本,因此您可以使用该脚本发布EF数据库更改。

我联系了他们,但问题没有解决他们正在咨询高级执行官,但我