locked
web service (asmx) The remote server returned an unexpected response: (999) No Hacking RRS feed

  • Question

  • The remote server returned an unexpected response: (999) No Hacking 

    web service i use it in desktop application sometimes show that error and sometimes not
    I don't knew the reason

    and i use this code to hide webservice.asmx

     <webServices>
            <protocols>
              <remove name="Documentation" />
            </protocols>
          </webServices>

    Wednesday, August 29, 2018 1:36 AM

All replies

  • It is where you should post.

    https://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services

    Wednesday, August 29, 2018 4:12 AM
  • Your question is confusing. You post code about your web service but you're talking about getting an error on the client side. How are you consuming the service? Did you set up a service reference? Does it find the methods and whatnot and generate the correct members? Is your endpoint right? If you remove that element from your (service) config does the call work?

    Michael Taylor http://www.michaeltaylorp3.net

    Wednesday, August 29, 2018 2:04 PM
  • Hi hesham hamdy,

    Since your question is more related to web service, you could post a new thread in WCF, ASMX and other Web Services forum for suitable support.

    https://forums.asp.net/28.aspx/1?WCF+ASMX+and+other+Web+Services

    The Visual C# forum discuss and ask questions about the C# programming language, IDE, libraries, samples, and tools.

    Best Regards,

    Wendy


    MSDN Community Support
    Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to MSDN Support, feel free to contact MSDNFSF@microsoft.com.

    Thursday, August 30, 2018 3:48 AM