试着修改你的machine.config,去掉HttpPost/HttpGet前后的注释<configuration>
  <system.web>
    <webServices>
      <protocols>
        <add name="HttpSoap"/> 
      
          <add name="HttpPost"/> 
          <add name="HttpGet"/> 
    
        <add name="Documentation"/> 
       &#8226;&#8226;&#8226;
</configuration>

解决方案 »

  1.   

    TO:saucer 还是出错。出错的情况如下:System.IO.FileNotFoundException: 找不到文件或程序集名称“nnpgyjo3.dll”,或找不到它的一个依赖项。
    文件名: “nnpgyjo3.dll”这是为什么?
      

  2.   

    try to give ASPNET account read/write permissions to C:\winnt\temp and C:\WINNT\Microsoft.NET\Framework\v1.0.3705\Temporary ASP.NET Files
      

  3.   

    但我C:\WINNT\Microsoft.NET\Framework\v1.0.3705下面没有Temporary ASP.NET Files
    我的操作系统是window server2003