473,396 Members | 1,784 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

what is .NET Remoting?

Hi,

I'm building a web application but the hosting that I got, does not support
dot NET. If I have access to another .NET hosting, I'm wondering if i can
solve this problme with .NET Remoting. That is having the website in the
non-dot net hosting, but all the application run on another .NET hosting.
I'm new to .NET Remoting, I do not have clear understand what is it, and
when ppl use it. I welcome any information about it.

Thanx guys

Kees
Nov 18 '05 #1
4 1014
..NET Remoting requires the .NET framework on both sides - it's a mechanism
for doing remote objects. There is an intro here:

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

--
Chris Jackson
Software Engineer
Microsoft MVP - Windows Client
Windows XP Associate Expert
--
More people read the newsgroups than read my email.
Reply to the newsgroup for a faster response.
(Control-G using Outlook Express)
--

"Kees" <ke*****@yahoo.ca> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I'm building a web application but the hosting that I got, does not support dot NET. If I have access to another .NET hosting, I'm wondering if i can
solve this problme with .NET Remoting. That is having the website in the
non-dot net hosting, but all the application run on another .NET hosting.
I'm new to .NET Remoting, I do not have clear understand what is it, and
when ppl use it. I welcome any information about it.

Thanx guys

Kees

Nov 18 '05 #2
Remoting is simply the ability to use classes across a TCP/IP network. For
detailed information, see:

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

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Kees" <ke*****@yahoo.ca> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I'm building a web application but the hosting that I got, does not support dot NET. If I have access to another .NET hosting, I'm wondering if i can
solve this problme with .NET Remoting. That is having the website in the
non-dot net hosting, but all the application run on another .NET hosting.
I'm new to .NET Remoting, I do not have clear understand what is it, and
when ppl use it. I welcome any information about it.

Thanx guys

Kees

Nov 18 '05 #3
..Net remoting allows one .net component to call another .net component that
is in a different app domain or is on a different server. It replaces DCOM.

Remoting won't solve your problem, but you could easily write a proxy server
on the main site, of use SOAP, for the main site to call the other.

"Kees" <ke*****@yahoo.ca> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I'm building a web application but the hosting that I got, does not support dot NET. If I have access to another .NET hosting, I'm wondering if i can
solve this problme with .NET Remoting. That is having the website in the
non-dot net hosting, but all the application run on another .NET hosting.
I'm new to .NET Remoting, I do not have clear understand what is it, and
when ppl use it. I welcome any information about it.

Thanx guys

Kees

Nov 18 '05 #4
thanx guys,

"Kees" <ke*****@yahoo.ca> wrote in message
news:u9**************@TK2MSFTNGP09.phx.gbl...
Hi,

I'm building a web application but the hosting that I got, does not support dot NET. If I have access to another .NET hosting, I'm wondering if i can
solve this problme with .NET Remoting. That is having the website in the
non-dot net hosting, but all the application run on another .NET hosting.
I'm new to .NET Remoting, I do not have clear understand what is it, and
when ppl use it. I welcome any information about it.

Thanx guys

Kees

Nov 18 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Avi Nahir | last post by:
Hi all, I'm developing a C# .Net Windows Forms application, and am trying to "host" mshtml. Observing ItWriting control (http://www.itwriting.com/htmleditor/index.php), I saw it implements...
7
by: Tom | last post by:
hi, I'm trying to write a multi client chat app using remoting. however atm, I'm stuck when a userA tries to send userB a msg... say there're userA, userB and userC. on the server side how do I...
1
by: Sharon | last post by:
As been said in the discussion ‘Why not destructor ’http://msdn.microsoft.com/newsgroups/managed/default.aspx?dg=microsoft.public.dotnet.languages.csharp&mid=203132f5-041f-47c8-8c55-ec35b567dd31...
0
by: Mark Shehan | last post by:
I am using VS2005 and ASP.NET 2 I want to use IIS to host some .NET remoting. I have a website I created called RemotingHost. I created another class project called RemotingServer and in there...
9
by: Nak | last post by:
Hi there, I have been messing around with remoting in an attempt to create a "shared application" as mentioned in another thread by that name. I have created a singleton object just like the...
3
by: fong01 | last post by:
See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Net.Sockets.SocketException: No...
13
by: Kyle Adams | last post by:
I don't know where is the right place to ask this so I will start here. Can someone explain to me what these represent? I think they all have to do with the middleware level, but I really don't...
8
by: Raju Joseph | last post by:
Hi All, I am just trying to get an opinion here. I know this is always a tough choice to make. We are in the process of converting our VB6 based Healthcare Information System (a full-fledged...
2
by: erbilkonuk | last post by:
Hi, I am very new to .NET Remoting and I try to run a simple program to subscribe to an event raised by Remoting Class. The Remoting Server initiates an instance of Remoting Class as Singleton /...
0
by: Kristian Reukauff | last post by:
Hi I have a problem with the .Net-Securty-Functions. I've got a client and a server. When I try to register a channel at the server with this line: ChannelServices.RegisterChannel(chan, false);...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.