AdminWebServiceClient adminclient = new AdminWebServiceClient(); adminclient.Endpoint.Address = new EndpointAddress(MyWPFApp.Properties.Settings.Default["CurrentURL"] as string);
This does set the URL correctly but again, I'm losing the cookie somewhere as the request isn't keeping track of it and sending the 'ASP.NET_Sessionid' cookie to the service to identify who is sending this service request. Anyone have any ideas on how to get the cookie when it's set and manage it? Thanks!

New Topic/Question
Reply



MultiQuote


|