Normal
Main reason AGAINST webservice use is that you have 2 options to host the WS:1) Embeded engine2) Via IIS2) is a no-no since it excludes XP Home edition - doesn't have IISLeaving only 1) as an option. I have never done this and info is sparse last time I looked. I would like to keep it .NET 2.0 standard so that maybe I could hook into it using Mono on Linux/OS X quite easily.
Main reason AGAINST webservice use is that you have 2 options to host the WS:
1) Embeded engine
2) Via IIS
2) is a no-no since it excludes XP Home edition - doesn't have IIS
Leaving only 1) as an option. I have never done this and info is sparse last time I looked. I would like to keep it .NET 2.0 standard so that maybe I could hook into it using Mono on Linux/OS X quite easily.