HighTechTalks DotNet Forums  

Deployment of Remoting Application

Dotnet Framework (Remoting) microsoft.public.dotnet.framework.remoting


Discuss Deployment of Remoting Application in the Dotnet Framework (Remoting) forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
William
 
Posts: n/a

Default Deployment of Remoting Application - 08-28-2007 , 03:57 PM






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."



Reply With Quote
  #2  
Old   
daniel
 
Posts: n/a

Default Re: Deployment of Remoting Application - 09-11-2007 , 03:32 AM






I got the same problem... i'm trying to solve it playing with
TokenImpersonationLevel and stuff like that but still nothing... my SqlServerExpress is on a XP sp2 while the client is a Win2000... the firewall is opened, when i set the channel not secure it works, but SqlServer denies access, while with channel secured the it does'nt work....

Reply With Quote
  #3  
Old   
daniel
 
Posts: n/a

Default Re: Deployment of Remoting Application - 09-11-2007 , 03:32 AM



I got the same problem... i'm trying to solve it playing with
TokenImpersonationLevel and stuff like that but still nothing... my SqlServerExpress is on a XP sp2 while the client is a Win2000... the firewall is opened, when i set the channel not secure it works, but SqlServer denies access, while with channel secured the it does'nt work....

Reply With Quote
  #4  
Old   
daniel
 
Posts: n/a

Default Re: Deployment of Remoting Application - 09-11-2007 , 03:33 AM



I got the same problem... i'm trying to solve it playing with
TokenImpersonationLevel and stuff like that but still nothing... my SqlServerExpress is on a XP sp2 while the client is a Win2000... the firewall is opened, when i set the channel not secure it works, but SqlServer denies access, while with channel secured the it does'nt work....

Reply With Quote
  #5  
Old   
Tommaso Caldarola
 
Posts: n/a

Default Re: Deployment of Remoting Application - 09-11-2007 , 06:04 AM



William ha scritto:
Quote:
Hi

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."

Have you tried setting typeFilterLevel="Full"?


Reply With Quote
  #6  
Old   
William
 
Posts: n/a

Default Re: Deployment of Remoting Application - 09-18-2007 , 04:13 PM



Hi

I don't think the problem is in the code since this is an isolated case.
The application is currently running on approx. 5 networks without any
problems.
In this case, it is a laptop that has just been installed with Windows XP SP
2 with all the latest updates and fixes.
I've loading the server (hosted by a Windows Service) and client components
on the same computer and attempt to connect to the server components. The
computer isn't connected to a network so I also tried connecting from
another computer to the server components on that computer via a VPN but the
same problem. I can however connect the client components on that computer
to another server and that works. So I guess the problem is somewhere
related to the server components or Windows Service.

Any suggestions now?

"William" <van_diesel (AT) bigfoot (DOT) com> wrote

Quote:
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."




Reply With Quote
  #7  
Old   
William
 
Posts: n/a

Default Re: Deployment of Remoting Application - 09-19-2007 , 04:41 PM



Hi

Found the solution.

Under folder options, "Simple File Sharing" should not be enabled.

Knew it was a setting somewhere on Windows.



"William" <van_diesel (AT) bigfoot (DOT) com> wrote

Quote:
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."




Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.