Can it work...? - ASP.NET Impersonation with Remoting
Tue, 4 Dec 2007 09:06:54 -0800 (PST)
Hello,
OK I think this might be a challenge for you...
I have an ASP.NET Web Page / Web Service that runs on IIS and uses
impersonation. The user accesses the site and code runs as that
account no problems. I find however is ASP.NET tries to access Active
Directory or Exchange via CDOEXM that it does no ...
|
Parallelism with .NET Remoting
Mon, 3 Dec 2007 21:37:23 -0800 (PST)
Hi.
Is it possible and if so, is it safe to have one activated client
(connected to a singleton server) and call that client from multiple
threads simultaneously? My server is thread-safe but I am unsure of
the implications of sharing the same activated client across multiple
threads?
Will .NET serialize t ...
|
Net Remoting problem
Wed, 28 Nov 2007 22:10:09 GMT
I tried to build a DataBase, which work with 3 types of data(integer, double,
bool).
I have done it such way:
namespace CDBColumnAbstract
{
// Class which describe DB of tables.
[Serializable]
public class CDBDateBase : MarshalByRefObject
{
private string _name; //N ...
|
Issue with my First Remoting app
Fri, 23 Nov 2007 15:27:56 +0100
I am new in remoting and I am trying to create the sample explained in MSDN.
I have created 3 projects:
1) RemotePrint which return a single string
2) Hote that is the Listener
3) Client which will instanciate a class from RemotePrint
I have a problem with the client because I can not instanciate the remote cl ...
|
Multithreading and AppDomains
Fri, 23 Nov 2007 02:41:39 -0800 (PST)
Hi,
following situation (this is still .NET 1.1 - *sigh*)
For a scheduling application, I create a Thread for every task that is
due to be executed. Once a task execution is due, a running Thread
will be created. The runner thread in turn will instantiate a
TaskRunner object in a new AppDomain, so it is lik ...
|
Re: Determine Homepage content change
Thu, 22 Nov 2007 16:00:26 -0800
Hello! Good Site! Thanks you! idwrwvmgxdbh ...
|
nhxvfmhrcl
Thu, 22 Nov 2007 16:00:24 -0800
Hello! Good Site! Thanks you! lisfnoxynihk ...
|
|
|
Remote desktop/Terminal User info?
Thu, 22 Nov 2007 13:35:02 -0800
can anyone point me to a place where some code could be download to show how
to use the WTSQuerySessionInformation function to get some user info on the
person login through remote desktop/terminal?
I'm having a hard time, i dont have any example code for C#
...
|
How do you set a remoting client to use impersonation
programmatically?
Thu, 22 Nov 2007 12:58:17 -0800 (PST)
I know how to do this with a config file, trouble is I'm not using the
config file settings ( for various reasons that I won't go into here)
- there seems to be no documentation on this anywhere. I would have
thought that tokenImpersonationLevel would be a property of the
TcpChannel class - but nit has no such ...
|
VB.net client cannot instantiate server class?
Tue, 20 Nov 2007 11:48:54 -0800 (PST)
Hello gurus ;)
My objective: Create a server app which exposes a single class to
other client apps. I do not want to use a config file, so I went for
an Interface approach.
In my server app I created an interface, which is implemented by a
class. This interface is also available in the client app.
== The ...
|