wcf - c# rest webservice without IIS -
wcf - c# rest webservice without IIS -
is there example/tutorial on how create , run wcf rest webservice without iis ?
i want have console application that'll run webservice , not host in iis.
just self host service system.servicemodel.web.webservicehost in console application. wire appropriate endpoint behavior / binding.
c# wcf web-services rest
Comments
Post a Comment