Hi Grant,
There is no difference internally between an ASP.NETWebService and an ASP.NETWebApplication. The differences can be boiled down to the project templates used during initial code generation and the starting endpoints contained by the application. You can freely convert one ASP.NET web application type to the other by changing the endpoints and project templates. Even after code generation you can convert freely between the two by adding/removing endpoints. The differences are as below:
ASP.NETWebService: Contains one WebServiceEndpoint Project Template = Empty Web Site
ASP.NETWebApplication: Contains one WebContentEndpoint Project Template=ASP.NET Web Site
Hope this helps, but if I've misunderstood your question please let me know and I'll be happy to help.
Ian Bavey Software Development Engineer Visual Studio Team Edition for Software Architects |