SSPIException @ using Remoting security channel sink provider
Mon, 14 Apr 2008 09:46:02 -0700
We use .Net Remoting as our communication channel. In our config file we have
a remoting section to use Windows security.
<system.runtime.remoting>
<customErrors mode="off" />
<application>
<channels>
<channel ref="tcp" port="38415">
<serverProviders>
<provide ...
|
how to use remoting to execute native dll calls from ASP.NET page?
Thu, 10 Apr 2008 18:25:35 -0500
I have a native C dll (NOT COM) and I don't want to do a COM wrapper.
My problem is that ASP.NET won't let you directly call (DllImport) native
code unless using COM, which isn't an option.
Is there a way to maybe run a process somewhere that I can use .Net remoting
to make these calls from ASP.NET pages? ...
|
Remoting hangs when tcp client is missing 'channel' element
Thu, 10 Apr 2008 13:14:43 -0700 (PDT)
Hello,
I am finding that if the remoting client is misconfigured then client
calls can hang.
I'm using .Net 2.0 and secure tcp remoting.
Server side:
Remoting hosting section -->
<system.runtime.remoting>
<customErrors mode="off"/>
<application>
<service>
<wellknown mode= ...
|
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!! How come? What can cause this?
Thu, 10 Apr 2008 12:25:49 -0700
PerformanceCounterCategory.Create() takes 3 minutes to add a new category!!
How come? What can cause this?
...
|
Connect to remote COM+ object
Tue, 8 Apr 2008 09:10:58 -0700 (PDT)
All
I'm trying to get this to work but I'm having problems. I have added
reference to a COM+ dll to get the class (type) I need. Now this is
hosted on a remote server (SP3DSMP1) as a COM+ component.
So I tried this from a client...
Type comType = Type.GetTypeFromProgID("NTNameService.UpdateNumber",
'SP3 ...
|
ILS.Net - doubt
Sun, 6 Apr 2008 20:28:01 -0700 (PDT)
Friends,
Im studying the ILS.Net, a Manhattan Associate Product, for an
implementation. I would like to know more about the system however, I
have not been provided with enough material.
Could anyone of you share the knowledge with me.
Rgds,
Parry ...
|
Re: MarshalByRef class and non-serializable members
Thu, 3 Apr 2008 06:59:23 +0000 (UTC)
Hello Jeroen,
Thank you for your reply
> Why? That would be my first question. There's something very
> unintuitive about one AppDomain creating this object and another one
> using it.
There was an idea to create asp.net host (by calling ApplicationHost.CreateApplicationHost())
on the first user request ...
|
|
|
Web Service
Wed, 02 Apr 2008 09:16:12 +0100
I'm not sure if this is the correct forum for posting queries about .NET
Web services. If it isn't, please point me in the right direction, and
I'll trouble you no more.
I have to write an application that will interact with a Web service
exposed by a partner organisation. Unfortunately the Web service wi ...
|
MarshalByRef class and non-serializable members
Wed, 2 Apr 2008 07:24:37 +0000 (UTC)
Hello
I need to send an object of HttpListenerContext class to another AppDomain.
HttpListenerContext class is neither inheritor of MarshalByRefObject nor
marked as Serializable (more over it is sealed). I wrote a wrapper for this
class and tried to send an object of this class which inherits MarshlByRefObjec ...
|
Response Point
Tue, 1 Apr 2008 07:20:04 -0700
I am trying to make an outbound call and the system keeps coming back and
saying that this is not a valid extension. This seemed to be working the
other day and now it has just stoped working ...
|