.NET Remoting within a web page

T

ThunderMusic

Hi,
I have to use .NET remoting in my web application. I'm not familiar at all
with this in a web page. I've used it a lot in Windows Applications
thought... What I would like to know is : Where do I put my
"RemotingConfiguration.Configure("client.config")" line? is putting it in
the Form_Load still correct? What if an event is raised from the push of a
button or something like this? will it have access to the remoted object if
the said line is in Form_Load?

Thanks

ThunderMusic
 
M

m.posseth

i have used remoting in a webservice , and used a appsettings section and
activated the component from code instead of the config method
in this way i was still able to externally swwitch the location and port
settings

regards

Michel Posseth [MCP]
 
T

ThunderMusic

ok, it says the file (config file) cannot be found. Where should I put this
file? I tried it in the base dir of the web app, I tried it in the /bin dir
too... all the aspx files are in the root, so I don't know it can't find
the config file...

thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top