Deployment of Remoting Application



Hi

I've developed a remoting application that uses a TCP channel with a Binary
formatter. The server side is a Windows Service that is on the same server
as the database.
When I deploy the server part, I usually create a user account on the server
that the clients use to connect with (the clients aren't always on a
domain).
Now this application works on my computer (server and client installed on
same pc), it works on all our customer's networks but for some reason I
can't get it to work on my partner's new computer that is set up with
Windows XP SP2. The Windows Service and SQL Server 2000 is loaded on his
computer and the client components which basically connects to the service
on the same computer. I've tried connecting by specifying the location's IP
address, localhost and the computer's name. I tried connecting via the user
account that I created. tried using the username that I was logged on with,
Administrator and even tried leaving it blank.
Is there some setting that can cause this? The "Allow this computer to be
accessed from network" policy has the users linked to it.

Oh yes... the error that I get is "A remote side security requirement was
not fulfilled during authentication. Try increasing the ProtectionLevel
and/or ImpersonationLevel."


.



Relevant Pages

  • Re: Linux 2.4 TCP Performance Problem?
    ... bandwidth between the affected hosts with iperf and it is> 90Mbit. ... > From Server A, I'm generating a stream of data that is extremely ... > are multiple clients connecting to Server A, ... > more of the clients. ...
    (comp.os.linux.networking)
  • RE: How to find process behind TCP connection ?
    ... that server behavior is normal when server is connecting ... to many clients as Admin user. ... EARN A MASTER OF SCIENCE IN INFORMATION ASSURANCE - ONLINE ...
    (Security-Basics)
  • Re: RDP sessions with Terminal Services
    ... ask the clients to create different credentials for each of you. ... Multiple administrators working on the same server at the same time ... Were not connecting on the console session just a standard rdp ...
    (microsoft.public.windows.terminal_services)
  • RE: LAN connected but files offline - why?
    ... We have a windows 2003 server and we are synchronizing clients my ... connecting throughout the day. ... > I have a host with laptop on home network. ...
    (microsoft.public.windowsxp.network_web)
  • Re: Authorizaing users in server C# 2.0
    ... I have a server application running as a windows service. ... connect via remoting to the server. ... clients using LDAP or Windows security. ... I think you have to host your application in IIS in order to authenticate using LDAP or Windows Security, so you have to switch your windows service in web application. ...
    (microsoft.public.dotnet.framework.remoting)

Loading