Base solution for your next web application

Activities of "alper"

You can achieve your request by overriding UpdatePasswordComplexitySettingsAsync method in TenantSettingsAppService. When tenant saves password complexity check if it's below your intended. You can put a validation error on the client side as well.

Hi the screenshot doesn't give a brief information about exception. Can you send the exception details from Logs.txt

Answer

Yes it's possible. Application service are reusable so you don't need to write them again. You may need to reconsider your Controllers. And for the Angular1 to Angular2 there's no easy way to convert. You have to start over with type script for angular2. Angular1 codes are not reusable. Good luck

<cite>walkerscott: </cite> Hi,

Is it possible to change existing project from ASP.NET MVC 5.x & Angularjs 1.xto ASP.NET Core & Angular?

Migrator has it's own db settings. Did you configure it in appsettings.json file?

The new dashboard update is not included in .NET 4.6.1 MVC template.

<cite>exlnt: </cite> One other issue/question.

In my downloaded template I do not see the "Tenant Subscription System & Payment Integration" and dashboard updates. Are these things NOT built into the MVC template?

The rendering is done in this javascript file jquery.jtable.record-actions.js So it must be included in your layout. Can you check it?

<cite>exlnt: </cite> I am following the solutions provided on this thread: <a class="postlink" href="https://github.com/aspnetzero/aspnet-zero/issues/96">https://github.com/aspnetzero/aspnet-zero/issues/96</a> to upgrade my existing ASPNETZERO project to V4.1. I am using the .NET 4.6.1 MVC template.

  1. I downloaded a fresh copy of my solution and placed that into new "ABPMaster" branch.
  2. Then I took my working copy of my dev branch into new "staging" branch.
  3. Then I copy/paste all the projects and files from "ABPMaster" into "staging" branch, with replace YES option.
  4. I manually enable/copy all the custom changes I have implemented. Get a clean build of all projects.
  5. I then scaffold one EF migration for ALL ABP changes.
  6. I then scaffold one EF migration for ALL Custom changes for my app.
  7. I then applied both migrations to new DB instances.
  8. I run the app and login to host using default admin account. All of the pages in the host solution where JTable is used, do not render the "Actions" cell. Google console shows no errors and the HTML for that cell is completely empty. I cannot check or grant any permissions to admin account, as the buttons wont render! Screenshot: <a class="postlink" href="https://drive.google.com/file/d/0B5HAoiVVXzY7QlEyRkN4dHQzQnM/view?usp=sharing">https://drive.google.com/file/d/0B5HAoi ... sp=sharing</a>
Answer

the error description is nott enough to analyze. write the error log thrown by server. did you wrap your method or application service with [AbpAuthorize] ?

When you use LESS the css is generated by LESS preprocessor. And while you are debugging css files the css maps make output css files more readable and more debuggable even after you have minified withhout impacting performance. If you don't use less for css outputs, then there'll be no map files.

Hi,

Currently there's no such password policy. We are planning to implement those features in the future but there's no timeline for now.

hi,

Can you just create a new method that returns a simple string "success" in ConnectionsAppService? Method must be without input parameters and returns just a string. We'll understand if the parameter (connectionString) is the problem or accessing remote webservice is the problem.

Showing 1351 to 1360 of 1377 entries