Well,
 My understanding is that i have to make a web service(WCF) exposed as JSON
or what ever and running at window service,
and at clientside call it via JS or JQuery.

but my leader is saying we have to do it at client side.?
I dont know what he want to say.

may be some otherway likeWebSockets or NodeJS.
Please guide for this, thanks in advance.


On Mon, Aug 26, 2013 at 5:25 PM, Jano Petras <jano.pet...@gmail.com> wrote:

> 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 <forni...@gmail.com> 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
>>
>
>


-- 
Regards,
Muhammad Niaz
+966 596 792864

Reply via email to