-
how to run this exe file thru my website in asp.net
have windows application exe file. I wanted to run this exe file thru my website. how can run my exe file thru web page.
Please i need ur help immediately.
-
You may use Process.Start to start an EXE from an ASP.NET application, but the EXE will run on the Web server; the user will not see the app in his or her browser.
I don't know of any way to take an existing Windows application and automatically turn it into a Web application. In general, you must rewrite the UI code to display HTML in the user's browser; you may, however, be able to reuse the non-UI code in the Web app.
Another option is to use something like Citrix Presentation Server to allow users to interact with an app running remotely on a server.
Phil Weber
http://www.philweber.com
Please post questions to the forums, where others may benefit.
I do not offer free assistance by e-mail. Thank you!
Similar Threads
-
Replies: 0
Last Post: 08-25-2005, 10:53 PM
-
Replies: 1
Last Post: 07-16-2003, 11:22 PM
-
By priya in forum ASP.NET
Replies: 1
Last Post: 01-17-2002, 09:12 PM
-
By Bazy in forum VB Classic
Replies: 0
Last Post: 06-27-2001, 04:11 PM
-
By Bazy in forum VB Classic
Replies: 1
Last Post: 06-26-2001, 08:27 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks