473,659 Members | 2,872 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

remoting

hi does anyone know where i can find a sample that explains remoting.
i need one that hosts the objects in IIS server . but i am using a C# app to
access the remotable objects.

in the IIS i have a small asp.net application (which has only 1 page)

<?xml version="1.0" encoding="utf-8"?>
<configuratio n>
<system.runtime .remoting>
<application>
<service>
<wellknown
mode="SingleCal l"
type="nm1.Class 1, nm1"
objectUri="Clas s1.rem"/>
</service>
<channels>
<channel ref="http">
<serverProvider s>
<provider ref="wsdl"/>
<formatter ref="binary" typeFilterLevel ="Full"/>
</serverProviders >
</channel>
</channels>
</application>
</system.runtime. remoting>
</configuration>
and in the C# app i configure the config file to read the remotable object.
if u know of any such example on the net kindly let me know.

thnx
Nov 16 '05 #1
4 2928
Frazer,

Check the section of the .NET framework documentation titled "An
Introduction to Microsoft .NET Remoting Framework", located at (watch for
line wrap):

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

Specifically, look at the section titled "Hosting .NET Remoting
Objects", which contains a section for hosting objects in IIS.

Also check out the section titled "Hosting Remote Objects in Internet
Information Services (IIS)", located at (watch for line wrap):

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

Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

"Frazer" <Ic***@hotmail. com> wrote in message
news:uB******** *****@TK2MSFTNG P09.phx.gbl...
hi does anyone know where i can find a sample that explains remoting.
i need one that hosts the objects in IIS server . but i am using a C# app to access the remotable objects.

in the IIS i have a small asp.net application (which has only 1 page)

<?xml version="1.0" encoding="utf-8"?>
<configuratio n>
<system.runtime .remoting>
<application>
<service>
<wellknown
mode="SingleCal l"
type="nm1.Class 1, nm1"
objectUri="Clas s1.rem"/>
</service>
<channels>
<channel ref="http">
<serverProvider s>
<provider ref="wsdl"/>
<formatter ref="binary" typeFilterLevel ="Full"/>
</serverProviders >
</channel>
</channels>
</application>
</system.runtime. remoting>
</configuration>
and in the C# app i configure the config file to read the remotable object. if u know of any such example on the net kindly let me know.

thnx

Nov 16 '05 #2
Frazer wrote:
hi does anyone know where i can find a sample that explains remoting.
i need one that hosts the objects in IIS server . but i am using a C# app to
access the remotable objects.

Do yourself a favour and beg, borrow or steal a copy of Ingo Rammer's
"Advanced .NET Remoting"
http://www.ingorammer.com/book/Advan...tRemoting.html

If you're doing any Remoting development, this is the Bible.... ;)
in the IIS i have a small asp.net application (which has only 1 page)

<?xml version="1.0" encoding="utf-8"?>
<configuratio n>
<system.runtime .remoting>
<application>
<service>
<wellknown
mode="SingleCal l"
type="nm1.Class 1, nm1"
objectUri="Clas s1.rem"/>
</service>
<channels>
<channel ref="http">
<serverProvider s>
<provider ref="wsdl"/>
<formatter ref="binary" typeFilterLevel ="Full"/>
</serverProviders >
</channel>
</channels>
</application>
</system.runtime. remoting>
</configuration>
and in the C# app i configure the config file to read the remotable object.
if u know of any such example on the net kindly let me know.

thnx

Nov 16 '05 #3
I'd suggest Kalani's 70-320 study guide. If you want it short and simple,
that will get you started.

Dale

"Frazer" <Ic***@hotmail. com> wrote in message
news:uB******** *****@TK2MSFTNG P09.phx.gbl...
hi does anyone know where i can find a sample that explains remoting.
i need one that hosts the objects in IIS server . but i am using a C# app to access the remotable objects.

in the IIS i have a small asp.net application (which has only 1 page)

<?xml version="1.0" encoding="utf-8"?>
<configuratio n>
<system.runtime .remoting>
<application>
<service>
<wellknown
mode="SingleCal l"
type="nm1.Class 1, nm1"
objectUri="Clas s1.rem"/>
</service>
<channels>
<channel ref="http">
<serverProvider s>
<provider ref="wsdl"/>
<formatter ref="binary" typeFilterLevel ="Full"/>
</serverProviders >
</channel>
</channels>
</application>
</system.runtime. remoting>
</configuration>
and in the C# app i configure the config file to read the remotable object. if u know of any such example on the net kindly let me know.

thnx

Nov 16 '05 #4
He meant the QUE MCAD Training Guide 70-320 authored
by Amit Kalani and his wifey-poo ;-) Amit also authored 70-315
both of which are being used by our Milwaukee Visual Studio
Developer's Group after study of other choices and both of
which are outstanding works to prepare for the MCAD cert as
well as remain on the shelf as quick references.

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET cs*********@REM OVETHISTEXTmetr omilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/


"DalePres" <no****@nomail. com> wrote in message
news:uP******** ******@tk2msftn gp13.phx.gbl...
I'd suggest Kalani's 70-320 study guide. If you want it short and simple, that will get you started.

Dale

"Frazer" <Ic***@hotmail. com> wrote in message
news:uB******** *****@TK2MSFTNG P09.phx.gbl...
hi does anyone know where i can find a sample that explains remoting. i need one that hosts the objects in IIS server . but i am using a C# app
to
access the remotable objects.

in the IIS i have a small asp.net application (which has only 1

page)
<?xml version="1.0" encoding="utf-8"?>
<configuratio n>
<system.runtime .remoting>
<application>
<service>
<wellknown
mode="SingleCal l"
type="nm1.Class 1, nm1"
objectUri="Clas s1.rem"/>
</service>
<channels>
<channel ref="http">
<serverProvider s>
<provider ref="wsdl"/>
<formatter ref="binary" typeFilterLevel ="Full"/>
</serverProviders >
</channel>
</channels>
</application>
</system.runtime. remoting>
</configuration>
and in the C# app i configure the config file to read the remotable

object.
if u know of any such example on the net kindly let me know.

thnx


Nov 16 '05 #5

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

Similar topics

0
2918
by: Sean Newton | last post by:
I am absolutely bewildered by now by the Microsoft.Samples SSPI and Security assemblies. I've been trying to set these up in a very straightforward harness in the way that I'd like to be able to use them. No IIS. Use TCP, binary. Standard server example with a console host and console client. .NET 1.1, windows XP. (I tried posting to the remoting newsgroup, no answers in the last couple days, trying here in hopes that more people watch this...
0
1901
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS Remoting and possible others. Keywords: VSS Remote Access, VSS Web Access, VSS Internet Access,
5
5677
by: mayamorning123 | last post by:
A comparison among six VSS remote tools including SourceOffSite , SourceAnyWhere, VSS Connect, SourceXT, VSS Remoting, VSS.NET To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere 4.0, SourceOffSite 4.1, VSS Connect 1.5, SourceXT 2.1, VSS Remoting 2.5,
0
3282
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool including SourceOffSite, SourceAnyWhere and VSS Remoting This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS Remoting and possible others.
4
3112
by: Uchiha Jax | last post by:
Hello everyone, I am a plenty silly person who is trying to learn .NET remoting through trial and error (all articles I read are going over my head at the moment (mostly) so I thought i'd give it a go). What I want to do is this: Have a server instance of the program, this server instance will receive communication from client programs (as demonstrated in the AddMessage()
0
1418
by: bettervssremoting | last post by:
To view the full article, please visit http://www.BetterVssRemoting.com Better VSS Remote Access Tool This article makes a detailed comparison among SourceAnyWhere, SourceOffSite, VSS Remoting and possible others. Keywords: VSS Remote Access, VSS Web Access, VSS Internet Access,
0
2440
by: Martijn Damen | last post by:
Hi, At the moment I am trying to develop an application that uses another app over .net remoting and having some problems with it (ok, that is ofcourse why I am here), hope somebody can shine a light on the following: I have been given a sample winforms app, which works without problem, I can connect, send queries and become response from the other application. When I try to implement this in webforms, this unfortunately does not...
8
1748
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 package) to .NET. Our clients have been asking for lot of new stuff namely being able to send patient information to devices, being able to fix appointments online, etc.
2
3055
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 / Server activated mode on startup. The Remoting Client accesses the Remoting Class through the interface of the Class and subscribes to an event of the Remoting Class that will be fired upon the private member value change.
0
3398
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); I get the following error - doesn't matter if I try it local from my machine or from a remote machine. (After the Errormessage is more text ;))
1
8525
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8627
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7356
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6179
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5649
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4175
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4335
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2750
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1737
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.