Yes, the user's browser will download the user control's assembly to his/her
local PC. But I am not so sure about updating - just never did such things
"Mercy Vincent" <mercyvincent@yahoo.com> wrote in message
news:%23yiFZiFdDHA.2368@TK2MSFTNGP09.phx.gbl...
> 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@no-spam-please.hotpop.com> wrote
> in message news:ukoM9n4cDHA.3240@TK2MSFTNGP11.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@taka.com> wrote in message
> > news:eBCzvlpcDHA.1128@tk2msftngp13.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 ?
> > >
> > >
> >
>
>