Hi 2 all,
I need to install my application in Server and let client can access that application. In this the IdeaBlade.ibconfig file connection string can be changable. SO that I enabled remoting option and installed website in Serve IIS.
This is the Error I'm getting when call that response Service from web.config. "System.Runtime.Remoting.RemotingException: Requested Service Not Found". This is because of the Namespace not contains IdeaBlade.Persistence.RemotingPersistenceService this class.
Some one help me?