1

私の問題は、localhost をip address/computer nameに変更しようとしたのに、まだアクセスできないことです。私の Web サービス リンクは次のようになりますhttp://localhost:1228/TryService.asmx?op=HelloWorld

ローカル エリア ネットワーク経由でアクセスできるようにするにはどうすればよいですか?

返信いただきありがとうございます

現在のコード:

webconfigには触れていません

/// <summary>
/// Summary description for EDCService
/// </summary>
[WebService(Namespace = "http://tempuri.org/")]
[WebServiceBinding(ConformsTo = WsiProfiles.BasicProfile1_1)]
[System.ComponentModel.ToolboxItem(false)]
// To allow this Web Service to be called from script, using ASP.NET AJAX, uncomment the following line. 
// [System.Web.Script.Services.ScriptService]
public class EDCService : System.Web.Services.WebService
{

    [WebMethod]
    [ScriptMethod(ResponseFormat = ResponseFormat.Json)]
    public string HelloWorld()
    {
        return "Hello World";
    }
}

アプリ IIS アップデートに移動:

エラー

 HTTP Error 500.21 - Internal Server Error
Handler "PageHandlerFactory-Integrated" has a bad module "ManagedPipelineHandler" in its module list
4

0 に答える 0