G
Guest
I have a C# Web application, and need to write a client piece that will
communicate with multiple servers. If I do this in C#, then it will require
..NET on all machines running it. What language should I use? I want it to
be compatible with Netscape as well, without requiring every user to download
..NET (after all, it's gigantic, dial up users will not want it). I realize
my code will have to be signed since I am crossing domains, unless you know
of a way around that.
communicate with multiple servers. If I do this in C#, then it will require
..NET on all machines running it. What language should I use? I want it to
be compatible with Netscape as well, without requiring every user to download
..NET (after all, it's gigantic, dial up users will not want it). I realize
my code will have to be signed since I am crossing domains, unless you know
of a way around that.