views:

65

answers:

3

Can we create webservice in visual studio 2005 .

+1  A: 

Yes, just create a new Web Service project.

Tal Pressman
thank you,,Because now iam using visual studio 2008,,i am changing my system which will contain 2005 tats y
peter
A: 

Yes, yes you can.

routeNpingme
thank you,,Because now iam using visual studio 2008,,i am changing my system which will contain 2005 tats y
peter
+1  A: 

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.

John Saunders
okey,no problems i am working on SOAP(.asmx) webservice
peter