When developing components, commands, or StartupActions calls to server-side logic should be accomplished through
WCF (Windows Communication Foundation) service calls.
WCF Service Calls
WCF services will need to be hosted in a seperate website from the GISFramework. The WCF service will contain all of the server side logic that needs to interact with databases.
See Also