deploying precompiled WCF REST service error "service not defined"
        Posted  
        
            by Attilah
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Attilah
        
        
        
        Published on 2010-04-02T17:38:15Z
        Indexed on 
            2010/04/02
            22:33 UTC
        
        
        Read the original article
        Hit count: 294
        
I created an ASP.NET REST service (using WCF) and access it through one of my .aspx page. the problem is that when I publish (precomile) my code to the web server, I get an error :
"ThunServ not defined" in the Javascript console of my browser.
don't know what's causing it and how to solve it.
© Stack Overflow or respective owner