Newbie Using a Remoted Object Problem

A

Adam

Hi,

I have a web project written in asp.net, vb and runs a SQL Server 2000
back end. My Data Tier will be on another machine run as a remote
object. For now I am testing it on one machine using HTTP as the
transport layer. When trying to connect my Event Viewer catches this
error...

The description for Event ID ( 0 ) in Source ( Application ) cannot be
found. The local computer may not have the necessary registry
information or message DLL files to display messages from a remote
computer. You may be able to use the /AUXSOURCE= flag to retrieve this
description; see Help and Support for details. The following
information is part of the event: Error in StoreWebObject,
object=Customer, method=CustomerLogin , message=The underlying
connection was closed: Unable to connect to the remote server..

I've run a TCP Trace on it and this is the result I get from that...

HTTP/1.1 100 Continue
Server: Microsoft-IIS/5.1
Date: Tue, 19 Apr 2005 14:41:42 GMT
X-Powered-By: ASP.NET

HTTP/1.1 500 Server encountered an internal error. To get more info
turn on customErrors in the server's config file.
Server: Microsoft-IIS/5.1
Date: Tue, 19 Apr 2005 14:41:44 GMT
X-Powered-By: ASP.NET
X-AspNet-Version: 1.1.4322
Cache-Control: private
Content-Type: text/plain; charset=utf-8
Content-Length: 72

System.Runtime.Remoting.RemotingException: Requested Service not found


Any suggestions on where I can go from here? Should I provide more of
my code?

Adam.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,048
Latest member
verona

Latest Threads

Top