Ask a Question related to ASP.NET Web Services, Design and Development.
-
Yan-Hong Huang[MSFT] #1
Re: WebServices without IIS????
Hello John,
You can use .NET Remoting to enable different applications to communicate
with one another, whether those applications reside on the same computer,
on different computers in the same local area network, or across the world
in very different networks -- even if the computers run different operating
systems.
You could refer to MSDN for details on remoting programming.
Typical IPCs use mailslots, network DDE, pipes to communicate with each
other. They are generally used in Win32 and easy to understand and use. You
could wrap them in .NET for developing.
If you have follow up questions, please post here.
Best regards,
yhhuang
VS.NET, Visual C++
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Got .Net? [url]http://www.gotdotnet.com[/url]
--------------------
!From: [email]johnfofawn@hotmail.com[/email] (John)
!Newsgroups: microsoft.public.dotnet.framework.aspnet.webservic es
!Subject: Re: WebServices without IIS????
!Date: 7 Jul 2003 10:15:59 -0700
!Organization: [url]http://groups.google.com/[/url]
!Lines: 16
!Message-ID: <d89364bd.0307070915.966fe8e@posting.google.com>
!References: <d89364bd.0306281738.2d0708b0@posting.google.com >
<hZiTcjtPDHA.1724@cpmsftngxa09.phx.gbl>
<d89364bd.0306300853.3aa02750@posting.google.com >
<sqVg7W7PDHA.2696@cpmsftngxa09.phx.gbl>
<d89364bd.0307040748.6843f1d1@posting.google.com >
<jvrNeIGRDHA.1828@cpmsftngxa09.phx.gbl>
!NNTP-Posting-Host: 192.25.240.225
!Content-Type: text/plain; charset=ISO-8859-1
!Content-Transfer-Encoding: 8bit
!X-Trace: posting.google.com 1057598160 30629 127.0.0.1 (7 Jul 2003
17:16:00 GMT)
!X-Complaints-To: [email]groups-abuse@google.com[/email]
!NNTP-Posting-Date: 7 Jul 2003 17:16:00 GMT
!Path:
cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed 00.sul.t-online.de!t-onlin
e.de!newsfeed.icl.net!newsfeed.fjserv.net!news.tel e.dk!news.tele.dk!small.ne
ws.tele.dk!sn-xit-02!sn-xit-06!sn-xit-09!supernews.com!postnews1.google.com!
not-for-mail
!Xref: cpmsftngxa09.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservic es:2569
!X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservic es
!
!yhhuang@online.microsoft.com (Yan-Hong Huang[MSFT]) wrote in message
news:<jvrNeIGRDHA.1828@cpmsftngxa09.phx.gbl>...
!> Hello John,
!>
!> The question is that how to make Cassini know that status of your app? I
!> think you may still need to set up a IPC (InterProcess Communication)
!> channel here.
!>
!> Best regards,
!> yhhuang
!> VS.NET, Visual C++
!> Microsoft
!
!Yes, I think I need some kind of IPC. In .NET is Remoteing the right way
to do IPC?
!
!Thanks,
!John
!
Yan-Hong Huang[MSFT] Guest
-
Webservices
Hello everybody, I am unable to call remote web service. I have created Proxy Class successfully. Whenever I tried to call it prompts with... -
.net webservices
Actually, if you give your dataset a name: DataSet ds = new DataSet("MyDataSet"); then you should use: ... -
1 or more webservices
Hi I want to make a webservice which retrieves data for a webpart in a sharepoint environment. Is it handier to make 1 large webservice or a few... -
webservices and com+
hi i have created a webservice that has methods like getitems and so on that get data from the db. and am calling it from asp.net i want... -
SOS! I can't use COM in my webservices
i write a COM use PB9. The COM work well in a Windows Application(use in VS2003.net) But when i use it in a webservices, the COM can not work,the...



Reply With Quote

