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

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -