Re: Java can do it ... why not .NET ?
From: Crirus (Crirus_at_datagroup.ro)
Date: 02/02/04
- Next message: Crirus: "Framework 1.1 security questions"
- Previous message: Crirus: "Re: Java can do it ... why not .NET ?"
- Maybe in reply to: Crirus: "Re: Java can do it ... why not .NET ?"
- Next in thread: Shawn Farkas: "Re: Java can do it ... why not .NET ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 2 Feb 2004 11:26:27 +0200
Check this out, though
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetsec/html/THCMCh08.asp
--
Cheers,
Crirus
------------------------------
If work were a good thing, the boss would take it all from you
------------------------------
"Simon Green" <simon@intesoft.co.uk> wrote in message
news:u3Fj%23qd5DHA.2056@TK2MSFTNGP10.phx.gbl...
> I have a C# control that I want to embed in IE which need to connect back
to
> the host server using sockets (TcpClient) to display a status image.
>
> The security in Java Applets only allow connections back to the same
server
> and I imagined that .NET was the same with the "..._Same_Site_Access" code
> groups.
>
> Alas, it doesn't seem to be the case :(
>
> Is there any way to make a socket connection that will work on a default
> install?
>
> I guess using the J# classes may work (as these copy Java) but then it
means
> the J# runtime is needed and J# browser controls seem even worse (another
> runtime and popup warning asking if it can run).
>
> - Simon Green
>
>
- Next message: Crirus: "Framework 1.1 security questions"
- Previous message: Crirus: "Re: Java can do it ... why not .NET ?"
- Maybe in reply to: Crirus: "Re: Java can do it ... why not .NET ?"
- Next in thread: Shawn Farkas: "Re: Java can do it ... why not .NET ?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Loading