This may be a silly question, but I can't find the web service application template when I try to create a new project.
+1
A:
You propably want a WCF Service Project: New Project -> Visual C# (or Visual Basic) -> WCF Service Application.
driis
2010-07-15 19:16:44
Does that "translate" to web service as seen in previous versions of .NET?
Andy Evans
2010-07-15 19:19:23
Yes - the old web service project type (.asmx files) has been deprecated.
driis
2010-07-15 19:20:28
.ASMX services is based on the SOAP protocol. You can still create SOAP webservices with WCF, it is just configured using a concept known as endpoints and bindings. This way you can write a service once, and have multiple endpoints and protocols.
driis
2010-07-15 19:22:31
Unsure - What do you see here: C:\Program Files\Microsoft Visual Studio 10.0\Common7\IDE\ItemTemplates\CSharp\Web\1033\WebService.zip ???
Carnotaurus
2010-07-16 22:30:24