Is it possible to access the BOS from the code-behind of an ASP.NET page?
The reason I ask is that I have a registration page in ASP.net, and there is some initial configuration I would like to do at the same time before the person signs into the app the first time. It would be great to be able to access the BOS from the code-behind. The only alternative I can think of is direct database access.
Greg