简体   繁体   English

发布Web服务时出现问题

[英]problem in publishing a webservice

i am new to web services. 我是Web服务的新手。 i have created a web service in .net. 我已经在.net中创建了一个Web服务。 it's working fine but i am bit confused about the publishing procedure. 它工作正常,但我对发布过程感到困惑。

it's not working when i publish it to localhost's inetpub.i get some error messages like access denied or location not found. 当我将其发布到本地主机的inetpub时,它不起作用。我收到一些错误消息,例如访问被拒绝或找不到位置。

i wanna know the procedure to publish my webservice and make it public. 我想知道发布我的Web服务并将其公开的过程。

the answer would be more helpful if it has some screenshots or screencasts. 如果有一些屏幕截图或截屏视频,答案将更加有用。

thanks in advance 提前致谢

Ussually you do not need to publish to localhist, run is enough to test it (F5). 通常,您不需要发布到localhist,运行足以测试它(F5)。

When I need to publish I am using publish to Folder, like C:\\Publish\\MyService, and than upload result to your web server manually 当我需要发布时,我使用的是发布到文件夹,例如C:\\ Publish \\ MyService,然后将结果手动上传到您的Web服务器

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM