Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > which .NET components should i use?

Reply
Thread Tools

which .NET components should i use?

 
 
Julia
Guest
Posts: n/a
 
      08-09-2004

Hi,

I need to create ASP.NET application which call method Send() on an EXE
which than starting along process
the send method need to return immediately.
the application is for single user only.

in com world the EXE would be an out proc server

which .NET components should i use?.

thanks





 
Reply With Quote
 
 
 
 
Bryant Hankins
Guest
Posts: n/a
 
      08-09-2004
If I understand you correctly, you'd want to use remoting or webservices.
Those are the most popular out-of-proc methods of communication in .NET. You
can read about each here:

http://msdn.microsoft.com/library/de...tnetarch16.asp



--
Hope this helps,
Bryant Hankins
Numinet Systems Inc.
http://www.numinet.com



"Julia" <> wrote in message
news:...
>
> Hi,
>
> I need to create ASP.NET application which call method Send() on an EXE
> which than starting along process
> the send method need to return immediately.
> the application is for single user only.
>
> in com world the EXE would be an out proc server
>
> which .NET components should i use?.
>
> thanks
>
>
>
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Name your fave Win app written in the last 11 years for which there IS NO cheaper or free alternative which will run on 9x-6.1, like any good 32bit app should. thanatoid Computer Support 59 10-02-2010 05:48 PM
should urlparse return user and pass in separate components? metaperl Python 4 09-08-2006 06:16 PM
SWING components adjustment in different resolutions - Should show scrollbars less than 800X600 and expand components over this resolution Bluetears76 Java 1 07-01-2004 09:01 PM
Which swing components to use? Javaman1003 Java 2 02-12-2004 02:01 PM
Can Choice components respond to keyboard input like HTML Choice components? Mickey Segal Java 0 02-02-2004 10:59 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57