C# .net 4.0 frame work
I am trying to build a simple web service project using the .net 4.0 framework. I notice when you open a new project in visual studio 2010, there is no web service option. The webservice option is only for 3.5 framework. Where is the web serivce option for 4.0 framework.
David SmithPosted Sep 19, 2011, 7:00 PM
VulpesPosted Sep 19, 2011, 5:28 AM
However, you can still create them using VS 2010. The following link may help though it's for VWD rather than the 'full' VS:
http://msdn.microsoft.com/en-us/library/8wbhsy70.aspx
Pravin MorePosted Sep 19, 2011, 5:24 AM
You are right that there is no option of web service project in 4.0 like that was in 3.5.....
I think you have to create simple web application and then goto--> add new item we->web->web service.....
Thank You,
Pravin.