views:

27

answers:

1

Hello all,

I have asp page that need to access a client resource. Can I put the client code in a Windows Service and install it on client machine and call that service in asp JavaScript page?

Thanks

A: 

Are you asking if it's possible to call a WCF service using Javascript? Obviously the answer is yes, any book on WCF will show you how.

James Gaunt