tags:

views:

72

answers:

0

Hello,

I created a webservice using port 61501 and does not use IIS. This webservice is solid and is now in production. So what I did was create another project to run off of 61502. By doing so, I created the same project names, (to get a new assembly reference) and copied the files over to the new directory. The new service installs correctly. In fact, when I run the netstat -na at the command prompt, I see both services running simultaneously. Here is the problem. When I try to create a web reference to the 61502, I recieve this message, "There was an error downloading 'http://XX.XXX.XXX.XXX:61502/License.asmx'.

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

When deploying, i manually installed the service by registering the assembly responsible for the web-like communication.

Here is my environment: I am running VC 2008 compiling to a .Net 2.0 Framework.