WCF REST Service not working - not showing anything
        Posted  
        
            by casperrawr
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by casperrawr
        
        
        
        Published on 2010-06-15T21:28:44Z
        Indexed on 
            2010/06/15
            23:02 UTC
        
        
        Read the original article
        Hit count: 260
        
I've been scratching my head for the past 20 hrs or so trying to figure out what is wrong with my rudimentary WCF app but with absolutely no luck :(
I was following this tutorial: http://www.c-sharpcorner.com/UploadFile/dhananjaycoder/RESTEnabledService05122009034907AM/RESTEnabledService.aspx
and for some reason the WCF is showing a blank page.
I checked IIS, reinstalled .NET 4.0, cleaned and redid .svn handlers, tried on different test servers...and still, nada.
Do you know what might be wrong with the configuration? I figured the code is simple enough (essentially the same as the page I posted) so it can't be the code itself...right?
any help will be appreciate :)
© Stack Overflow or respective owner