Reputation: 8652
Can we create webservice in visual studio 2005 .
Upvotes: 0
Views: 1041
Reputation: 161773
You can, but you can only create an ASMX web service. Unfortunately, Microsoft now considers this to be legacy technology, and does not plan to fix any more bugs in it.
If you have a choice, you should upgrade to Visual Studio 2008 SP1, and create WCF services instead.
Upvotes: 1