Looking for downloadable demo of a .Net service accessed through a pure JavaScript client, without r
        Posted  
        
            by blueberryfields
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by blueberryfields
        
        
        
        Published on 2010-04-08T14:30:30Z
        Indexed on 
            2010/04/08
            14:33 UTC
        
        
        Read the original article
        Hit count: 249
        
.NET
|JavaScript
I am told that the configuration below is possible, but have had significant difficulty in finding instructions on how to set it up. While I'm trying to muddle my way through this on my own, maybe stack-overflow knows of better sources for documentation:
I am looking for a walkthrough, including a downloadable, working example, for setting up the following configuration:
Server-side .net application (For .net 2.0 or higher), installed/deployed as a windows' service (that is, not served through IIS), and accessed by a client tool that is completely implemented in JavaScript.
© Stack Overflow or respective owner