Skip to content

Instantly share code, notes, and snippets.

@samtse
Created February 10, 2012 20:49
Show Gist options
  • Select an option

  • Save samtse/1792746 to your computer and use it in GitHub Desktop.

Select an option

Save samtse/1792746 to your computer and use it in GitHub Desktop.
quick simple no config rest WCF hosting in iis
<%@ ServiceHost Factory=
"System.ServiceModel.Activation.WebServiceHostFactory"
Service="bla.bla.class" %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment