Does CSLA 4.5 still support Remoting for the DataPortal as released with NuGet (hosted on IIS)? The code is there if you install the source.
I'm currently using Remoting with my application CSLA 3.0 but am using CSLA 4.5 for a new project. If the it's still supported is the app.config / web.config the same?
It may or may not work. The basic remoting support is still there because it is necessary for some cross-thread and cross-AppDomain scenarios. Whether Microsoft still supports remoting across the network I don't know and I'd really recommend you upgrade to WCF instead.
Copyright (c) Marimer LLC