Hello everyone,
I want to develop a secure application in .Net. I am in the analysis
pahse of the "security" aspect and one of my requirements is to work in a
mixed environment... The Client applications may be in a domain or a
workgroup. :-( My server will always be in a domain.... don't ask why.
So my first question is.... Can I write a robust and secured distributed
application with client running in WfW and the server in a domain? If yes...
how?
Thank you!
-Martin
Jorge Matos - 21 Oct 2004 16:25 GMT
Your subject implies that you are using Remoting - Remoting does not have any
security out of the box - but you can add security yourself. Theres and
article on MSDN about Remoting and security:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/r
emsspi.asp
hth
Jorge
> Hello everyone,
> I want to develop a secure application in .Net. I am in the analysis
[quoted text clipped - 9 lines]
>
> -Martin