WebService or WebRequest for database updates in ASP.NET
        Posted  
        
            by eugeneK
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by eugeneK
        
        
        
        Published on 2010-04-18T07:30:35Z
        Indexed on 
            2010/04/18
            7:33 UTC
        
        
        Read the original article
        Hit count: 396
        
ASP.NET
|webservice
I'm currently making some system that will gather statistical reports from different sites, for any user transaction in there. My question is for would be better to implement from you experience ...
All websites that will report data to statistics sites are on my servers.
So whats better to user WebRequest to send GET data to page or to use Webservice for that...
thanks
© Stack Overflow or respective owner