Browse by Tags

Related Posts

  • Accessing Remoting object over IIS

    I'm developing an ASP.Net app. that has Buisness layer exposed thru remoting. Requirements is to access remoting objects over secured channel. i.e. IIS SSL. I have installed selfssl on IIS and enabled SSL for website. I can browse descriptionlanguage( http://Localhost/bizfacade.rem?wsdl ). It works...
    Posted to Security (Forum) by vrakesh on 04-21-2009, 12:00 AM
    Filed under: remoting, IIS 6.0, ssl 2.0
  • WCF Service delegation

    I have run into a problem, I just can't seem to solve. Been trying for 3 days already, but no luck. Set-up: There's a service (not running in IIS) that exposes remoting calls that I want to consume over tcp remoting. The problem here is, I need to consume these remoting services from a WCF service...
    Posted to XML Web Services (Forum) by jdstuart on 08-27-2008, 12:00 AM
    Filed under: WCF, remoting, silverlight, Delegation, impersonation
  • Re: WebService as client in .NET Remoting scenario

    Well... I made it work... On WS - Global.asax : protected void Application_Start(Object sender, EventArgs e) { TcpChannel channel = new TcpChannel(); if (ChannelServices.GetChannel(channel.ChannelName) == null ) { ChannelServices.RegisterChannel(channel, false ); RemotingConfiguration.RegisterWellKnownClientType...
    Posted to XML Web Services (Forum) by eusebiu on 06-07-2007, 12:00 AM
    Filed under: .NET Remoting, remoting
  • How to enumerate object URIs for a particular channel?

    Hello, I am using Remoting, Ipc protocol. I set up a channel and then registered a number of WellKnownServiceTypes as SingleCall. Later, another thread that only knows the URI of the channel wants to selectivelly instantiate one or more of the WellKnownServiceTypes objects. Is there a way to enumerate...
    Posted to Getting Started (Forum) by popsovy on 06-02-2007, 12:00 AM
    Filed under: remoting, channel, ipc
  • FormsIdentity and Remoting

    I have a distributed application using .net remoting (tcp channel) to intercommunicate the layers. The layers are distributed in 2 separated computers: one for the web server and another one for the application server. I am using Forms Authentication. All remoting configuration is set in config files...
    Posted to Security (Forum) by jonathas.costa on 05-03-2007, 12:00 AM
    Filed under: remoting, ASP.NET 2.0, Forms authentication, FormsAuthentication, ASP.NET Authentication, authentication
  • Identity flow across Remoting Layers

    Hi everyone, I am trying to flow an Identity authenticated with "Forms Authentication" through Remoting Layers. I built a Windows Service to host my Remoting Business Components and deployed this on a server A. Also, I made an asp.net website that consumes these Remoting components and deployed on a...
    Posted to Security (Forum) by jonathas.costa on 03-19-2007, 12:00 AM
    Filed under: remoting, ASP.NET 2.0, Authorization, AzMan, Forms authentication, authentication
  • Re: Streams across servers

    Hi, Sure you can: just use Remoting, it's the perfect technology for doing this. I've already streamed a FileStream file through Remoting, and this allows the client to use the remote Stream (Read, Close) just as if it were local. All the plumbing is hidden from you. Hope this helps, Arnaud
    Posted to Data Access and ObjectDataSource Control (Forum) by aweil on 03-05-2007, 12:00 AM
    Filed under: Remoting, Stream
  • setup remoting to use SerializationSurrogate

    Hello! I read about using a SerializationSurrogate in order to serialize not-serializable types. My only problem is to grab the formatter used in cross-appdomain-remoting in order to setup the Surrogate to function. I would like to do this programmatically. Howto ?
    Posted to Enterprise Services Integration (Forum) by jens.nordenbro@agda.se on 01-10-2007, 12:00 AM
    Filed under: Remoting, Serializationsurrogate
  • Error using remoting services channel

    I'm attmempting to hook a client up to the server via remoting. The client code is an ASP.NET app and I'm running through VS2008. The client remoting code is the following: EmailEnableGroupsWrapper.EmailEnableGroups service; TcpChannel channel = new TcpChannel(); //ChannelServices.UnregisterChannel...
    Posted to Enterprise Services Integration (Forum) by awclements on 07-02-2009, 12:00 AM
    Filed under: Remoting, .net remoting
  • Remoting and IIS

    Hello, Is IIS an absolute requirement for asynchronous remoting? Is there a way to have a remote object on a server that does not have IIS running? A more specific question, what if the app itself is a console application? Thanks,
    Posted to Free For All (Forum) by andrewrajcoomar on 09-06-2008, 12:00 AM
    Filed under: remoting
Page 1 of 1 (10 items)