500 internal server error at GetResponse()

后端 未结 8 1905
花落未央
花落未央 2020-12-08 10:37

I have a heavy traffic aspx page calling a web service upon every user`s request as follows.

string uri = \"Path.asmx\";
string soap = \"soap xml string\";

         


        
8条回答
  •  心在旅途
    2020-12-08 11:07

    looking at your error message first of all I would suggest you to recompile your whole application, make sure all the required dlls are there in bin folder when you recompile it.

提交回复
热议问题