【发布时间】:2018-08-19 10:02:29
【问题描述】:
我在 ASP.NET 中创建了一个 Web 服务项目并将其从 pc1 移动到 pc2,问题是我无法在 pc2 中发布 .asmx 文件,这是错误
Preparing to publish files...
Connecting to C:\Users\ITA\Desktop\Ws...
Unable to open the Web site 'C:\Users\ITA\Desktop\Ws'. The Web site 'C:\Users\ITA\Desktop\Ws' does not exist.
Unable to open the Web site 'C:\Users\ITA\Desktop\Ws'. The Web site 'C:\Users\ITA\Desktop\Ws' does not exist.
我已将<publishUrl>C:\Users\Admin\Desktop\Ws</publishUrl> 编辑到新的现有文件夹,但问题仍然存在。
【问题讨论】:
标签: c# asp.net web-services asmx