![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
In traditional way, if my client is runnign IE, I can put a file in the web server, then the client can run the ActiveX object. Does it have similar technology in .NET ? I'd like to run my web server in apache under Linux, but i want to have a UI componet in .NET running in client side without installing in client computer at first. Is it feassible ? |
#3
| |||
| |||
|
|
Hi, Windows Forms controls can be hosted in the client's browser much like ActiveX controls. This, however, requires presence of the .NET Framework on the user's computer as well as certain version of the browser (I suppose IE 6.0 and above). There should not be any restrictions on a technology used at the server side - that is, I think there's no problem with Linux/Apache. Windows Forms controls doesn't require installation, they will be just downloaded from server and run. They, however, run under tight security restrictions, unlike ActiveX controls that could do anything user's permissions allowed them to do. -- Dmitriy Lapshin [C# / .NET MVP] X-Unity Test Studio http://x-unity.miik.com.ua/teststudio.aspx Bring the power of unit testing to VS .NET IDE "K" <k (AT) taka (DOT) com> wrote in message news:eBCzvlpcDHA.1128 (AT) tk2msftngp13 (DOT) phx.gbl... In traditional way, if my client is runnign IE, I can put a file in the web server, then the client can run the ActiveX object. Does it have similar technology in .NET ? I'd like to run my web server in apache under Linux, but i want to have a UI componet in .NET running in client side without installing in client computer at first. Is it feassible ? |
#4
| |||
| |||
|
|
How about updating a file locally in client computer ?? I supposed my custom control can be downloaded ( the assembly ) to user side, right ? "Dmitriy Lapshin [C# / .NET MVP]" <x-code (AT) no-spam-please (DOT) hotpop.com> wrote in message news:ukoM9n4cDHA.3240 (AT) TK2MSFTNGP11 (DOT) phx.gbl... Hi, Windows Forms controls can be hosted in the client's browser much like ActiveX controls. This, however, requires presence of the .NET Framework on the user's computer as well as certain version of the browser (I suppose IE 6.0 and above). There should not be any restrictions on a technology used at the server side - that is, I think there's no problem with Linux/Apache. Windows Forms controls doesn't require installation, they will be just downloaded from server and run. They, however, run under tight security restrictions, unlike ActiveX controls that could do anything user's permissions allowed them to do. -- Dmitriy Lapshin [C# / .NET MVP] X-Unity Test Studio http://x-unity.miik.com.ua/teststudio.aspx Bring the power of unit testing to VS .NET IDE "K" <k (AT) taka (DOT) com> wrote in message news:eBCzvlpcDHA.1128 (AT) tk2msftngp13 (DOT) phx.gbl... In traditional way, if my client is runnign IE, I can put a file in the web server, then the client can run the ActiveX object. Does it have similar technology in .NET ? I'd like to run my web server in apache under Linux, but i want to have a UI componet in .NET running in client side without installing in client computer at first. Is it feassible ? |
#5
| |||
| |||
|
|
In traditional way, if my client is runnign IE, I can put a file in the web server, then the client can run the ActiveX object. Does it have similar technology in .NET ? I'd like to run my web server in apache under Linux, but i want to have a UI componet in .NET running in client side without installing in client computer at first. Is it feassible ? |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |