Link to home
Start Free TrialLog in
Avatar of EYoung
EYoungFlag for United States of America

asked on

How run Winform application from intranet web site application?

I have written several Winform (VB.net on W/XP) applications here at the company I work for.  Now I am developing a new company intranet using vb.net asp 4.0.

One of the features I would like to offer from an intranet menu is the ability to start a Winform application.  I am not talking about running it on the intranet, just maybe transferring control to the Winform app then when the app is done, returning control to the intranet.  Something like that?

Is that possible?

Thanks
Avatar of wdosanjos
wdosanjos
Flag of United States of America image

Avatar of EYoung

ASKER

Do I need to do that on each user's computer that accesses the company's intranet?
Yes, the pluggable protocol solution requires that the protocol is installed on all machines.  You could use ClickOnce to accomplish that.
Avatar of EYoung

ASKER

I really don't want to have to install the solution on each of the company's computers.  Isn't there a way to start Win Applications from an intranet?
ASKER CERTIFIED SOLUTION
Avatar of wdosanjos
wdosanjos
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of EYoung

ASKER

Whatever the best option, I would like to find a way to run the Winform from our Intranet.
Avatar of EYoung

ASKER

Thank you for the suggestions.  I wish others had also responded with more ideas.