|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Call windows apps from web appsI have 2 apps windows and web apps.
I would like to call a windows app (.exe) from web apps. How do I do this? 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? I don't know where is the best. The windows apps
accessigng SQL server? 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? I have windows .net application already written and I need
to add a link to the windows aps on web.
DataGrid for Data Entry
Template column base on another column value getting the data for dynamically for Datagrid Conditionally set dataGrid Rows backcolor aspx, word question DataGrid with Dropdown list Need to Format a zipcode into xxxxx-xxxx. How to add javascript onClick attribute to datagrid's edit template (update command)? dropdownlist in datagrid Why doesn't the CssClass property change the visual display of my datagrid cells? |
|||||||||||||||||||||||