Home All Groups Group Topic Archive Search About
Author
22 Feb 2005 4:18 PM
anonymous
I have 2 apps windows and web apps.
I would like to call a windows app (.exe) from web apps.
How do I do this?

Author
22 Feb 2005 6:40 PM
Eliyahu Goldin
Where do you want the windows app to run? On client or server side?

Eliyahu

Show quoteHide quote
"anonymous" <anonym***@discussions.microsoft.com> wrote in message
news:108c01c518fa$32c3a3a0$a501280a@phx.gbl...
> I have 2 apps windows and web apps.
> I would like to call a windows app (.exe) from web apps.
> How do I do this?
Author
23 Feb 2005 5:24 PM
anonymous
I don't know where is the best. The windows apps
accessigng SQL server?
Author
23 Feb 2005 5:42 PM
Eliyahu Goldin
On the server. Look at System.Diagnostics.Process class. Method Start does
the job. But

1. Do you realize that noone is there next to the server to look at the
Windows application window and to press buttons?

2. You will need to take care about granting ASP.NET rights to run the app.

What are you trying to achieve? Why can't you access database from the web
app?

Eliyahu

Show quoteHide quote
"anonymous" <anonym***@discussions.microsoft.com> wrote in message
news:0cd001c519cc$7a17a580$a601280a@phx.gbl...
> I don't know where is the best. The windows apps
> accessigng SQL server?
Author
28 Feb 2005 1:25 PM
anonymous
I have windows .net application already written and I need
to add a link to the windows aps on web.