peter
peter

Reputation: 8652

Web service in visual studio 2005

Can we create webservice in visual studio 2005 .

Upvotes: 0

Views: 1041

Answers (3)

John Saunders
John Saunders

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

Brandon
Brandon

Reputation: 14196

Yes, yes you can.

Upvotes: 0

Tal Pressman
Tal Pressman

Reputation: 7317

Yes, just create a new Web Service project.

Upvotes: 1

Related Questions