|
-
May 12th, 2009, 04:20 AM
#1
Thread Starter
Addicted Member
[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:
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...
-
May 12th, 2009, 07:52 AM
#2
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!
-
May 12th, 2009, 08:13 AM
#3
Thread Starter
Addicted Member
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...
-
May 12th, 2009, 08:30 AM
#4
Re: Integration of ASP.net and c program (suggestion)
 Originally Posted by abaharloo999
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.
-
May 12th, 2009, 01:55 PM
#5
Thread Starter
Addicted Member
Re: Integration of ASP.net and c program (suggestion)
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|