How do I run an .exe from a webpage?

S

Steve Easton

Can't be done due to security issues.


--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
K

Kevin Spencer

You can't really, and what you want probably isn't what you think you want.
If you can tell us your app's business requirements, perhaps we can help you
come up with a workable solution.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 
T

Tom

I would like to run our company app. from our intranet, can it be done, its for training people that don't have access to the app on their computer

----- Kevin Spencer wrote: ----

You can't really, and what you want probably isn't what you think you want
If you can tell us your app's business requirements, perhaps we can help yo
come up with a workable solution

--
HTH
Kevin Spence
..Net Develope
Microsoft MV
Big things are made u
of lots of little things
 
K

Kevin Spencer

A web page is a downloaded file from a web server. If you enable the
downloading of an executable, that is what the browser will do: download the
executable. Now, the user would be able to run the copy of the executable on
their machine, but if it needs to talk with any resources on the server, and
isn't designed to do remoting, it would be fruitless to allow anyone to
download it. In that case, you would have to rewrite the "company app" to
work across the Internet.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

Tom said:
I would like to run our company app. from our intranet, can it be done,
its for training people that don't have access to the app on their computer.
 
Top