Re: how to run application(exe) in browser




"Tom Serface" <tom.nospam@xxxxxxxxxxxxx> wrote in message news:77D685F8-32D7-43A8-AE7D-08B992D62ADA@xxxxxxxxxxxxxxxx
A lot of us are rewriting applications that need to be hosted in a browser using ASP.NET/C# and maintaining a native version and a web version. The big problem with creating a control to run on the client's computer is that a lot of people think it is a security risk to download and/or install plug-ins. There are a lot of trusted ones (Google, Adobe, Microsoft), but if you plan to use your software publically you may run into some resistance unless you are a big enough company to instill enough confidence in your users. A web application does most of its work server side and can often work without any downloadable code that runs on the client's computer.



I didnt think OP was asking for a web application. From what I gathered, OP just wanted to run the app (MFC) in browser, which shouldnt entail ASP.net and related stuff. At least thats how I saw it.

--
Ajay

.


Loading