Java can do it ... why not .NET ?
From: Simon Green (simon_at_intesoft.co.uk)
Date: 01/28/04
- Previous message: Shawn Farkas: "RE: Questions on deploying apps on a file server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 28 Jan 2004 20:10:11 -0000
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
- Previous message: Shawn Farkas: "RE: Questions on deploying apps on a file server"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|