Base solution for your next web application

Activities of "hkanaiya"

Seems like ASPNETZero comes with Forms Authentication. How to change this to Active Directory Authentication?

I am trying to change Metronic theme to theme Admin 5 with horizontal tab lay out. How do I do it in ASPNET ZERO?

Please advise.

Server Error in '/' Application.

No language defined in this application. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: Abp.AbpException: No language defined in this application.

Source Error:

Line 59: Line 60: headerModel.Languages = _languageManager.GetLanguages(); Line 61: headerModel.CurrentLanguage = _languageManager.CurrentLanguage; Line 62: Line 63: headerModel.Menu = AsyncHelper.RunSync(() => _userNavigationManager.GetMenuAsync(FrontEndNavigationProvider.MenuName, AbpSession.ToUserIdentifier()));

Showing 1 to 3 of 3 entries