I am having a WCF service Hosted separately in IIS
I need it to consume from separate web application using JavaScript (client side) but my namespace is not recognized by JavaScript intellisense.
When I browse my service it works fine.
Is that any reference needed to be given to the .svc?