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.

ok finally got this working. Now trying to figure out how to get it working with Active Directory group instead of individual accounts.

I was able to enable migration and then do Update-Database to run seed method

PM> Update-Database Specify the '-Verbose' flag to view the SQL statements being applied to the target database. No pending explicit migrations. Running Seed method. PM>

what does the -Verbose comment mean up here?

when I try Update-Database command here is what I am getting. Please help. PM> Update-Database Specify the '-Verbose' flag to view the SQL statements being applied to the target database. No migrations configuration type was found in the assembly 'AIIM.Web'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration).

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 6 of 6 entries