I need help, pls…or, at least, a direction…
I have a very peculiar scenario for WCF…I need to self-host a service (no IIS permitted) and consume it through a HTML page using jQuery ajax … (no IIS allowed too)…the page will run “standalone”, plain HTML with javascript…Is it possible??
Note: WCF Service and HTML/javascript on the same machine.
Ok…I get it….I can’t consume a self hosted WCF service from a page in file system (different domains)…instead, i serve my html page throught one service and, using ajax, consume the others services…well…that’s not the real good solution but works for me right now…
anyway, tks very much AaronLS!