I have a client that wants to wrap the provider model with a middleware library, thereby keeping all Security.Web namespaces and API calls out of the front end completely.
Setting up calls into the API is easy. But configuring an app.config file is not quite as intuitive. I've not been able to find a good example.
What's the proper way to setup an app.config file for ASP.NET provider model use from outside a web project?