DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Nov 2006
    Posts
    7

    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.

  2. #2
    Join Date
    Nov 2003
    Location
    Portland, OR
    Posts
    8,387
    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

  1. Replies: 0
    Last Post: 08-25-2005, 10:53 PM
  2. Calling exe file
    By maya in forum .NET
    Replies: 1
    Last Post: 07-16-2003, 11:22 PM
  3. sending email from exe file through ASP
    By priya in forum ASP.NET
    Replies: 1
    Last Post: 01-17-2002, 09:12 PM
  4. Replies: 0
    Last Post: 06-27-2001, 04:11 PM
  5. How can send perameters to a exe file ?
    By Bazy in forum VB Classic
    Replies: 1
    Last Post: 06-26-2001, 08:27 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


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


Sponsored Links