is it better to retrive data using web service or directly from database in .net

Posted by girish on Stack Overflow See other posts from Stack Overflow or by girish
Published on 2010-05-05T12:59:29Z Indexed on 2010/05/05 13:08 UTC
Read the original article Hit count: 234

Filed under:

i was wondoring which thing is better from below two... first one- retrive data by creating webservice second one- create database connection from code behind call storeprocedure and retive data

can anyone one explain how it differs.

© Stack Overflow or respective owner

Related posts about ASP.NET