Well thats my question:
Can HealthVault applications be be written as thick Windows forms applications or must they be written as web applications?
It seems to me that the barrier to implementing a windows forms app would be implementing the OpenID / LiveID login in a windows forms app, which the HealthVaultPage super class does for you. In other words, I think you'd have to implement a HealthVaultForm super class and go from there. The rest of the framework seems to be platform independent.
The reason I ask is that a reasonable scenario might be to implement a user web with an administrative thick app on the other end.
Am I missing the point or is that a reasonable thing to try to do? And is there even any way of doing it?
Brian