Base solution for your next web application

Activities of "mmorales"

I'm having trouble applying authorizations on public pages. I have created a controller that holds all the private views. As soon as I apply authorize to the Controller as follows: [AbpMvcAuthorize] public class AboutController : WebPortalControllerBase { public ActionResult Index() { return View(); } } I get this error

An unhandled exception occurred while processing this request ArgumentNullException: Value cannot be null Parameter name: S system.covert.frombase64String(string s)

I found the issue:

the solution is to move the if null statement before it converts to Int 64.

Hello,

I am using ASPNETZERO ASPNET CORE and JQuery version 4.3.3.

I need to modify the system so that when a user registers they do not receive an activation email and need to send an email to a specific email address every time a user registers.

Where on the Registration can I modify this functionality.

Question

Hello, I have created several forms and I can send email but now I'm trying to use the Email template but don't know how to called the mail template to replace {Title} {Subject}.

Here is what I'm using to send email

_emailSender.Send( to: "", subject: "", body: $"", isBodyHtml: true );

How can I modify the Registration Error view when username is already taken. Also how do I modify the error text for username already taken message.

Hello,

I'm having trouble exporting data from an older database in to the newer database that has new fields. Please advise.

Question

Can not see more than five registered users. When selecting the drop down to view 10 or 20 or any on the filter I get no results. The pagination does not work either can not select to go next.

Running ~~verion 7.0 of~~ ASP.Net Core & Angular UI and experiencing issue with the freeze UI spinner. When I try to login and use the wrong password the spinner pops up with the transparent white background. The error messages comes up but is behind the spinner. I cannot click ok to continue and type the correct username and password. I have to refresh the browser so the spinner goes away. Any help with this issue woudl be greatly appreciated.

Thanks, fix wored.

Question

Working on ASPNet Core and Angular version 6.8 and getting CORS policy error. See error message below, any help with this request would be greatly appreciated.

Access to XMLHttpRequest at 'https://lvnfapi01.digi360.us/AbpUserConfiguration/GetAll?d=1562966988907' from origin 'https://digi360.us' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: The 'Access-Control-Allow-Origin' header contains multiple values 'https://digi360.us, *', but only one is allowed.

Showing 1 to 10 of 27 entries