Results 1 to 5 of 5

Thread: [RESOLVED] Integration of ASP.net and c program (suggestion)

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Location
    Gothenburg - Sweden
    Posts
    149

    Resolved [RESOLVED] Integration of ASP.net and c program (suggestion)

    Hello poeple!
    i'm doing a project and i need some suggestions;
    the project is about this:
    there's a user interface (ASP.net web application) which is connected to a client / server program written in c (this program has to be in c).
    the c program works like this:
    the server has to be running, and its done by:
    Code:
    ./server 1234
    the the client tries to connect to the server by:
    Code:
    ./client localhost 1234
    when two modules are connected, different messages can be sent from the client to the server.

    now what i want to achieve is to send the command from the web application to the c program... so by a button click the c program would run and send the command... how can i do this? what is ur suggestions?
    In Love With .NET Framwork and Microsoft
    Learning ASP.NET,ADO.NET And VB.NET
    Becoming a Software Engineer...

  2. #2
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    Re: Integration of ASP.net and c program (suggestion)

    Hmm you want advice on how to get a C program and an ASP.net program talking to each other and you've asked for advice on a VB.net forum?

    I'd think either an ASP.net forum or a C forum might be better places than this.

    Thats not to say that no-one here can help, just you'd probably get better results targetting a more appropriate forum!

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Location
    Gothenburg - Sweden
    Posts
    149

    Re: Integration of ASP.net and c program (suggestion)

    i posted it on VB forum cuz i'm using vb as the code behind...
    In Love With .NET Framwork and Microsoft
    Learning ASP.NET,ADO.NET And VB.NET
    Becoming a Software Engineer...

  4. #4
    PowerPoster keystone_paul's Avatar
    Join Date
    Nov 2008
    Location
    UK
    Posts
    3,327

    Re: Integration of ASP.net and c program (suggestion)

    Quote Originally Posted by abaharloo999 View Post
    i posted it on VB forum cuz i'm using vb as the code behind...
    There is an ASP.Net forum as part of this site - like I say you may get help on the vb.net forum but the ASP.Net one is more likely.

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Nov 2007
    Location
    Gothenburg - Sweden
    Posts
    149

    Re: Integration of ASP.net and c program (suggestion)

    cool
    In Love With .NET Framwork and Microsoft
    Learning ASP.NET,ADO.NET And VB.NET
    Becoming a Software Engineer...

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width