RE: Problems with security requirements in Windows WorkGroups.
- From: stcheng@xxxxxxxxxxxxxxxxxxxx ("Steven Cheng")
- Date: Fri, 21 Mar 2008 11:04:18 GMT
Hi Domingo,
After testing on two workgroup(non-domain) machines, I've repro the
problem. I'll do some further research on this and let you know as soon as
I get any new update.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
From: =?Utf-8?B?dmlzdWFsX2RldmVs?= <visualdevel@xxxxxxxxxxxxxxxxxxxxxxxxx><p3vBGF1fIHA.4200@xxxxxxxxxxxxxxxxxxxxxx>
References: <800CF03C-C49C-4E08-B27F-681FEBC8F60D@xxxxxxxxxxxxx>
<975D4CC3-0401-4DB3-A064-C4D3E5D2C9DA@xxxxxxxxxxxxx>
<I5VjYqkgIHA.4672@xxxxxxxxxxxxxxxxxxxxxx>
<885394C5-87AB-4E98-B379-520807BC5B10@xxxxxxxxxxxxx>
<XI2Jg3OhIHA.360@xxxxxxxxxxxxxxxxxxxxxx>
<mQnbaZOiIHA.6264@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: Problems with security requirements in Windows WorkGroups.
Date: Tue, 18 Mar 2008 07:43:02 -0700
it
Ok Steven, I will wait until you test a non-domain environment (remember I
tested a WorkGroup).
Thanks,
Domingo.
""Steven Cheng"" wrote:
Hi Domingo,
I have performed some tests on the projects, so far I've tried running
Iton multiple machines (such as XP or windows 2k3 server). I have domain
environment, so I use local accounts to run both of them and here is the
result:
** with duplicated account(same username/password), it works
** with a normal local account(only exists on client machine), it fails.
I'll try establising a non-domain environment to see whether it differs.
aremay take some further time since all my existing local test environment
andin domain.
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments
Pleasesuggestions about how we can improve the support we provide to you.
rights.feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
This posting is provided "AS IS" with no warranties, and confers no
microsoft.public.dotnet.languages.csharp:79936
--------------------
Date: Thu, 13 Mar 2008 09:37:14 GMT
Subject: RE: Problems with security requirements in Windows WorkGroups.
X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
Message-ID: <XI2Jg3OhIHA.360@xxxxxxxxxxxxxxxxxxxxxx>
Newsgroups: microsoft.public.dotnet.languages.csharp
Lines: 227
Path: TK2MSFTNGHUB02.phx.gbl
Xref: TK2MSFTNGHUB02.phx.gbl
folderNNTP-Posting-Host: TOMCATIMPORT3 10.201.220.210
Hi Domingo,
I've got the email. Seems it is origially routered to an incorrect
mywhich made me miss it. I'll perform some test on it and let you know
andresults.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments
Pleasesuggestions about how we can improve the support we provide to you.
rights.feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxxxxxxxxxx
==================================================
This posting is provided "AS IS" with no warranties, and confers no
try
--------------------
From: =?Utf-8?B?d29taW4=?= <vt_supervisor@xxxxxxxxxxxxxxxxxxxxxxxxx><p3vBGF1fIHA.4200@xxxxxxxxxxxxxxxxxxxxxx>
References: <800CF03C-C49C-4E08-B27F-681FEBC8F60D@xxxxxxxxxxxxx>
<975D4CC3-0401-4DB3-A064-C4D3E5D2C9DA@xxxxxxxxxxxxx>
<I5VjYqkgIHA.4672@xxxxxxxxxxxxxxxxxxxxxx>
Subject: RE: Problems with security requirements in Windows WorkGroups.
Date: Wed, 12 Mar 2008 02:40:00 -0700
address
Hi again, Steven.
I have sent you an email some days ago with the example code to the
you wrote me below. Did you receive it? If not, please let me know to
commentsto
send it again.
Thank you very much, sincerally,
Domingo.
--
Domingo L�³pez.
Software Engineer & Project Manager.
Visual Tools.
""Steven Cheng"" wrote:
Thanks for your reply Domingo,
You can reach me through the following email:
"stcheng" + "@" + "microsoft.com"
Best regards,
Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your
myand
suggestions about how we
can improve the support we provide to you. Please feel free to let
WorkGroups.managermanager know what you think of
the level of service provided. You can send feedback directly to my
rights.at: msdnmg@xxxxxxxxxxxxxx
This posting is provided "AS IS" with no warranties, and confers no
--------------------
From: =?Utf-8?B?d29taW4=?= <vt_supervisor@xxxxxxxxxxxxxxxxxxxxxxxxx><p3vBGF1fIHA.4200@xxxxxxxxxxxxxxxxxxxxxx>
References: <800CF03C-C49C-4E08-B27F-681FEBC8F60D@xxxxxxxxxxxxx>
Subject: RE: Problems with security requirements in Windows
consistsDate: Thu, 6 Mar 2008 08:57:02 -0800
message
Hello Steven, first of all, thank you for your quick answer.
Yes, of course I have a security error as you can read in the error
I obtain:authentication.
"A remote side security requirement was not fulfilled during
Try increase the ProtectionLevel and/or ImpersonationLevel".
(No Inner Exception is thrown)
I can give you some code generated for the error purpose. It
samein a
find asmall chat application between a client (ChatClient) and a server
(ChatServer). By the way, how should I send you the code? I can not
way in my web news interface... :(
I am executing the example in two machines with Windows XP, the
securityusers
exceptionand passwords in both machines and belonging to a WorkGroup.
When I try to use the TCP channel I get the error (with NO inner
messages) I have written above.
Thanks again and regards,
Domingo.
--
Domingo LÃ?Æ?Ã?³pez.
Software Engineer & Project Manager.
Visual Tools.
""Steven Cheng"" wrote:
Hi Domingo,
From your description, I got that you're encountering some
causederror
when using .net remoting to communicate between client , server
application, correct?
Based on my experience, this general error message could be
serverby
many
things such as user identity not supplied, or the client and
machinesexceptionchannel's security setting not match.....
As for the error, what's the innerException, generally the inner
may provide some further information. Also, for non-domain
athat
need to communicate under windows authentication, you need to use
Ifduplicated account(with same username/password) on both sides.
projectconvenient, you can try creating a simplified client/server
problem.pair(with a very simple remoting class) to demonstrate the
myAnd
you
can send me the package so that I can also perform some tests on
non-urgenthttp://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notiside.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
f
ications.
Note: The MSDN Managed Newsgroup support offering is for
Supportissues
where an initial response from the community or a Microsoft
eachEngineer within 1 business day is acceptable. Please note that
arereachfollow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to
complexthe
situationsmost efficient resolution. The offering is not appropriate for
that require urgent, real-time or phone-based interactions or
project analysis and dump analysis issues. Issues of this nature
nobest
contactinghandled working with a dedicated Microsoft Support Engineer by
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers
<vt_supervisor@xxxxxxxxxxxxxxxxxxxxxxxxx>rights.
--------------------
From: =?Utf-8?B?d29taW4=?=
WorkGroups.Subject: Problems with security requirements in Windows
servertwoDate: Wed, 5 Mar 2008 07:21:03 -0800
Hello everybody,
I have a .NET C# client-server application that is being used in
machines with Windows XP installed. Both the client and the
withare
executed into users of a Work Group.
I am using .NET Remoting to connect the client and the server
seta
followingTCP
channel. The registration of the channel is made by using the
code:
"ChannelServices.RegisterChannel(channel, true);"
Where "channel" is a TCP channel. The ensureSecurity option is
(usuallyto
"true"
in order to ensure the channel encryption.
Both the client and sever must send objects to each other
theusing a
proxy).
The problem is, although this environment works well in most of
client):servercases,
I
have an example where I obtain the following error text when the
tries
to access the client proxy (the error is displayed in the
meansrightauthentication.
"A remote side security requirement was not fulfilled during
Try increase the ProtectionLevel and/or ImpersonationLevel".
It is important to remark that the (.NET Remoting) proxies have
channel:permissions when accessing the server from the client.
After that, I have proved making the following change to the TCP
"ChannelServices.RegisterChannel(channel, false);"
That is, setting "false" the ensureSecurity option. So this
(aswill
onlythe
Microsoft documentation says) that the channel will be encrypted
althoughin
case
it is possible. So in this case the error is resolved because
the
server does not have the proper client credentials, the channel
not
.
- Follow-Ups:
- RE: Problems with security requirements in Windows WorkGroups.
- From: "Steven Cheng"
- RE: Problems with security requirements in Windows WorkGroups.
- References:
- Problems with security requirements in Windows WorkGroups.
- From: womin
- RE: Problems with security requirements in Windows WorkGroups.
- From: "Steven Cheng"
- RE: Problems with security requirements in Windows WorkGroups.
- From: womin
- RE: Problems with security requirements in Windows WorkGroups.
- From: "Steven Cheng"
- RE: Problems with security requirements in Windows WorkGroups.
- From: womin
- RE: Problems with security requirements in Windows WorkGroups.
- From: "Steven Cheng"
- RE: Problems with security requirements in Windows WorkGroups.
- From: "Steven Cheng"
- RE: Problems with security requirements in Windows WorkGroups.
- From: visual_devel
- Problems with security requirements in Windows WorkGroups.
- Prev by Date: How to programatically close a form which has a Font/Color Dialog opened
- Next by Date: SV: SV: SV: Auto-creating documentation
- Previous by thread: RE: Problems with security requirements in Windows WorkGroups.
- Next by thread: RE: Problems with security requirements in Windows WorkGroups.
- Index(es):
Relevant Pages
|