Hi Legends,
I want your valuable idea for my application architecture. Following is the requirement
1. Application should be web ( VS 2008 with Silverlight UI, WCF,SQL Server 2008 and SDF ( for disconnected mode)
2. There is 2 types of users for this application, a part of user works in connected mode ( that means user contact directly to central server which is SQL Server 2008) , a part of user works in disconnnected mode ( local SDF).
3. Data in local SDF will sync to central DB when user connect to the network.
4. Rightnow we implement IIS in all user machine ( who are working in disconnected mode), because client need the application in silverlight.
Is there any better way to implement this silverlight UI with out IIS?