WCF Project vs. A folder in the existing website project?
Posted
by user193189
on Stack Overflow
See other posts from Stack Overflow
or by user193189
Published on 2010-03-30T20:21:21Z
Indexed on
2010/03/30
20:23 UTC
Read the original article
Hit count: 344
What way makes the most sense? I have a ASP.NET app... and maybe a Silverlight app in the future.. I want both to talk to web services..
At first, I like have the WCF project be by it self for the seperation..
But then I thought.. What is the point since I can just as easily have a 'WEBSERVICES' folder that contains all the .svc files and code in the EXISTING website project. ... Atleast that way.. deploying to a remote host will be a little easier since everything is in one project..
any other considerations ?
© Stack Overflow or respective owner