Error Accessing Web Services

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajid08
    New Member
    • Jul 2007
    • 2

    Error Accessing Web Services

    Dear All,

    This is my first post here, so hope to get help from here to resolve our issue. We are using IIS 6.0, Windows Server 2003. The problem is none of our web services are showing up on browser, they show up with the generic message

    'The page cannot be displayed'

    When we try to add the web reference of it in visual studio 2003 or 2005, to generate the proxy class we get the following error:

    'There was an error downloading 'http://localhost/HttpSendTest/HttpSendTest_Ht tpRqRspOrch_Htt pSendTestRcvPor t.asm x'.

    The underlying connection was closed: An unexpected error occurred on a receive.

    Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host.

    An existing connection was forcibly closed by the remote host'


    We've checked all the settings of the IIS Default Web Site, Pool etc. and they are all normal as like other servers, both ASP.net 1.1 and 2.0 filters are in the allowed list of WSE and registered with the IIS. We've tried to run the services in a pool with anonymous identity of IUsr.. as well as in a pool where with identity is of a domain and local system administrator, but to no avail.

    We've wasted quiet a bit of time over this, kindly help us in what might be going wrong here.


    Thanks in advance,
    Sajid
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    I believe that you need to review:
    Web Services with ASP.NET

    Comment

    Working...