[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

dietrich ayala

10/29/2004 8:27:00 PM

Hello,

We're evaluating solutions for remoting w/o IIS.

Is it possible to use remoting w/ channel services using http *and* ssl?

all the information i've found about using the http channel service
neglects discussions of security.

has anyone done this?
does anyone have any information/links about doing this?

thanks!

-dietrich
1 Answer

Robert Hurlbut

10/30/2004 9:35:00 PM

0

Dietrich,

With .NET 1.1, you have a few options. If you are not using IIS, I assume
you are using TCP. In that case, your best out-of-the-box option is to use
IPSec.
If you are using the HTTP channel, you can use IPSec or SSL. You could also
use a custom security solution using SSPI for either channel as detailed
here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/r...
and http://msdn.microsoft.com/library/en-us/dndotnet/html/.... There
is more details about all of the above here:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/SecN...
(.NET Remoting Security).

With .NET 2.0, the Remoting security story is much better as some of the
features above will be natively supported.

Robert Hurlbut
http://weblogs.asp.ne...
http://www.secured...

"dietrich ayala" <dietrich.ayala@foundstone.com> wrote in message
news:OOvzTWfvEHA.3640@TK2MSFTNGP10.phx.gbl...
> Hello,
>
> We're evaluating solutions for remoting w/o IIS.
>
> Is it possible to use remoting w/ channel services using http *and* ssl?
>
> all the information i've found about using the http channel service
> neglects discussions of security.
>
> has anyone done this?
> does anyone have any information/links about doing this?
>
> thanks!
>
> -dietrich