Somebody asked a question about how to create a web service (as opposed to a WCF service) using VS2010, and I answered it HERE.
My extended answer to the question wonders about the difference between a web service created using the .NET 3.5 Web Service template, and one created in a .NET 4 Web Application template. The former has assembly bindings pointing to ASP.NET 3.5, but the latter appears to default to ASP.NET 4, and which presumably contains a newer version of implementing web services (or maybe it simply back references v3.5?).
So, is there anyone with a good idea of the difference between the two, or perhaps knowledge that there is no difference?