Hi Niaz,
Browser's XmlHttp request has a restriction that it can only invoke URLs
that are on the same domain as the current URL.
As as long as you serve the page from (for example):
http://my.domain.com.au/my-page.aspx
and then from JS make an Ajax request to anything that is on the same
domain (my.domain.com.au) - you should be fine.
Cheers,
j.
On 26 August 2013 16:15, Niaz Rana <[email protected]> wrote:
> Hi All,
>
> Can JS/JQuery call .NET WindowService method(s) at client side(Client
> Machine), where the web application running.
>
> Environment is Windows at client & Server.
>
>
>
>
> Thanks,
>
> -MN
>