I have placed both the WcfPortal and WcfService under IIS (tried different configurations of application pools) - hosted in Windows 2003 Server.
I am keep getting the folowing error (this happens after I get information from the database in some point) --> has someone know where I can start investigating???
An error occurred while receiving the HTTP response to http://localhost/WcfHost/WcfPortal.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.
Server stack trace:
at System.ServiceModel.Channels.ServiceChannel.ThrowIfFaultUnderstood(Message reply, MessageFault fault, String action, MessageVersion version, FaultConverter faultConverter)
at System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at OSWcfClient.OSWcfService.IOSService.Login(String id)
at OSWcfClient.OSWcfService.OSServiceClient.Login(String id) in C:\Dev\Server\Unittest\TestWcf\Service References\OSWcfService.cs:line 586
at OSWcfClient.Program.Main(String[] args) in C:\Dev\Server\Unittest\TestWcf\Program.cs:line 61
Copyright (c) Marimer LLC