umbraco / UmbracoIdentityExtensions

Code files & installation that enables easy extensibility points for ASP.Net Identity and the Umbraco back office
MIT License
38 stars 23 forks source link

System.Web.Configuration to use web.config keys #15

Closed biapar closed 5 years ago

biapar commented 7 years ago

add using System.Web.Configuration so is possible to use web.config keys ( WebConfigurationManager.AppSettings )

Shazwazza commented 7 years ago

You don't need WebConfigurationManager to access appSettings just ConfigurationManager

biapar commented 7 years ago

Hi, I've installed your nuget package and I had syntax error before to add "Configuration"

nul800sebastiaan commented 5 years ago

This seems obsolete now, so I'll close it. :)