all groups > dotnet remoting > june 2005 > threads for june 8 - 14, 2005
Filter by week: 1 2 3 4 5
Server not connected, or connection refused.
Posted by Christopher Schipper at 6/14/2005 1:24:28 PM
I'm working on wiring up some remoting to my website, and have a few
questions I can't seem to find answers for online. For one the server code
below doesn't matter because the question is related to when the server is
OFFLINE.
I'll be calling the remote server from a asp.net page and would... more >>
Webservice call over proxy withouth credentials (anonymous)
Posted by Roland_Müller at 6/14/2005 11:13:18 AM
Hi,
our customer has a unix proxy server and a windows xp client.
The client calls over a c# program a webservice; it must go through the
unix proxy.
But this should go without username/password -> anonymous!
Is it right that we create a System.Net.Webproxy object with the
IP-Adress + po... more >>
Caller Ip
Posted by Martin at 6/14/2005 2:38:48 AM
Is it possible to know the caller ip or machine name on the server side?
Thanks in advance
Martin
... more >>
Cross-appdomain communication
Posted by Bagger at 6/13/2005 11:01:02 PM
Here's what I'm trying to do. I have an app that searches for plugins at
runtime. It does this by loading each assembly in the plugins folder and
checking to see if it implements the plugins interface. My problem is that
while I want to create a list of plugins, I don't want those assemblie... more >>
Cannot find member name System.Data.SqlClient.SqlError
Posted by Ru at 6/11/2005 9:17:03 AM
Hi,
I have started getting this error on all client machines when accessing my
remoting data access service whenever there any sort of sql exception. The
service is running on Windows Server 2003 with .net framework 1.1. The
problem started occuring suddenly and I assume after one of the au... more >>
How to change remoting URL at runtime?
Posted by Homam at 6/10/2005 1:52:02 PM
I would like the Remoting client to call the same object on multiple servers.
It can be done in Web Services by changing the URL property of the proxy
class.
But how do you accomplish the same with Remoting?
... more >>
Authentication and security in .NET Remoting
Posted by leodippolito NO[at]SPAM gmail.com at 6/10/2005 7:16:48 AM
Hello,
I have a remotable object hosted in a server outside IIS. This way I
can't rely on IIS for security.
I need to have authentication and encryption of data in this
communication cliente-server communication.
My questions:
- is it possible to authenticate users against my own use... more >>
Cannot find member name System.Data.SqlClient.SqlError
Posted by dave_wurtz NO[at]SPAM asdsoftware.com at 6/9/2005 2:47:19 PM
All,
I can't seem to figure this one out:
I have a Data Access Layer (DAL) service running on a Windows 2003
Server. Through remoting, I can connect to this service from my
Windows XP Pro workstation. This all works great.
However, when my DAL service causes a SQL exception, I need the
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Member Variables in Custom Exception class not visible at client s
Posted by Basavaraj at 6/8/2005 5:25:07 AM
Hi
I have a my own customer exception class (inherited from
ApplicationException, ISerializable) with a private member variable of type
string, now when i catch this exception i get null value in this variable.
I went around net and i added my member variable to SerializationInfo in
pub... more >>
Remoting and ASP.NET Solution Architecture Advice Needed
Posted by Ahmed Shafi at 6/8/2005 3:25:02 AM
Hi there,
I am required to add functionality to an existing application. The
application is cpu intensive and does a lot of number crunching and uses
legacy apps for these calculations At any given time it can process only one
job. It gets the job from a database i.e a job id is given to it... more >>
|