开发者

how to host a asmx web service on iis

开发者 https://www.devze.com 2023-01-11 05:40 出处:网络
Hi Can anyone please advise me on how to host an asmx webservice build in .n开发者_StackOverflow中文版et 3.5 on IIS6It\'s no different than hosting a website.Copy the site to the root of the web serve

Hi Can anyone please advise me on how to host an asmx webservice build in .n开发者_StackOverflow中文版et 3.5 on IIS6


It's no different than hosting a website. Copy the site to the root of the web server (or any desired subfolder thereof), configure the folder as an application in IIS (right click, Properties, Create Application or something of that nature), ensure the .NET 2.0 runtime is selected.

Is there a specific problem you're encountering?

0

精彩评论

暂无评论...
验证码 换一张
取 消