Re: how to run application(exe) in browser
- From: "Ajay Kalra" <ajaykalra@xxxxxxxxx>
- Date: Sat, 7 Jun 2008 12:08:10 -0400
"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
.
- Follow-Ups:
- Re: how to run application(exe) in browser
- From: Joseph M . Newcomer
- Re: how to run application(exe) in browser
- References:
- how to run application(exe) in browser
- From: arumuthu
- Re: how to run application(exe) in browser
- From: Tom Serface
- how to run application(exe) in browser
- Prev by Date: Re: Why this happen? is it a bug of mfc9.0
- Next by Date: Re: how to run application(exe) in browser
- Previous by thread: Re: how to run application(exe) in browser
- Next by thread: Re: how to run application(exe) in browser
- Index(es):
Loading