Windows controls run from ASP.NET

  • Thread starter Thread starter Jman
  • Start date Start date
There is no reason why you cannot "run" the solution "locally" - from within
Visual Studio. Basically you are creating a UserControl, and you will use an
object tag to point to the assembly and expose it in a web page.
There are some security considerations, however, since the control will be
running in IE's security sandbox.
Peter
 
Back
Top