Base solution for your next web application

Activities of "nitinrpatel"

Question

Hello, I am getting error whilw sending an email.I am attaching error log & Screent of SMTP Settings.It was working fine before few weeks and accidently stoped working now.

System.Net.Mail.SmtpException: The SMTP server requires a secure connection or the client was not authenticated. The server response was: 5.7.0 Authentication Required. Learn more at at System.Net.Mail.MailCommand.CheckResponse(SmtpStatusCode statusCode, String response) at System.Net.Mail.MailCommand.Send(SmtpConnection conn, Byte[] command, MailAddress from, Boolean allowUnicode) at System.Net.Mail.SmtpTransport.SendMail(MailAddress sender, MailAddressCollection recipients, String deliveryNotify, Boolean allowUnicode, SmtpFailedRecipientException& exception) at System.Net.Mail.SmtpClient.Send(MailMessage message) at Abp.Net.Mail.Smtp.SmtpEmailSender.SendEmail(MailMessage mail) at Abp.Net.Mail.EmailSenderBase.Send(MailMessage mail, Boolean normalize) at Abp.Net.Mail.EmailSenderBase.Send(String to, String subject, String body, Boolean isBodyHtml) at TechnoForms.Configuration.Host.HostSettingsAppService.<SendTestEmail>d__21.MoveNext() in F:\Projects\TechnoForms_Git_Working\TechnoForms.Application\Configuration\Host\HostSettingsAppService.cs:line 271 --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Abp.Threading.InternalAsyncHelper.<AwaitTaskWithPostActionAndFinally>d__1.MoveNext() --- End of stack trace from previous location where exception was thrown --- at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task) at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task) at Abp.Threading.InternalAsyncHelper.<AwaitTaskWithFinally>d__0.MoveNext()

Hello, I Am using aspnetzero powertool for module createtion in my project(asp.net core 3.x with Angular). after successfully generating Entity While i am going to executing refresh.bat file I am getting error.

I had performed following steps to setup powertool. https://docs.microsoft.com/en-us/ef/core/miscellaneous/cli/dotnet#ef-core-3x https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Development-Guide-Rad-Tool

Hello, I am getting "'Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication.'" this error while I am fatching data from tenant database.

Question

Hello, I Am Using ASP.NET MVC 5.x with AngularJS Verson. can any one guide me for telerik report viewer and download report code? currently i am able to save that report to specific path but i want to show in telerik viewer and also download that.

Question

Hello, I have created a Mobile Application for my portal using the same API which I had used for my portal. I am using below mentioned API for Login, the issue is that after every 15-20 minutes the token which is generated after login is getting expired. I have to re-login after every 15-20 minutes. I want to change this scenario, I want to stay logged in the App until I manually do not get logout from the App.

{{site_url}}/api/Account/Authenticate
{
	"usernameOrEmailAddress":"#######",
	"password":"#######"
}
Question

Hello, I want to integrate Twilio SMS in my portal for two factor authentication as well as sending SMS from portal to user. I am trying to follow the mentioned steps in the link below, but unable to find that code lines in my project so provide needful steps.

I am using ASP.NET MVC 5.x with AngularJS version.

https://docs.aspnetzero.com/en/aspnet-core-angular/latest/Features-Angular-Two-Factor-Authentication#twilio-integration

Question

Hello, i want to change dropdown 1st fields with some text(i.e. Select State,Select City,etc.). how can i change this text? Currently I Am Using ASP.NET MVC 5.x with AngularJS Verson.

Question

Hello, I Am Using ASP.NET MVC 5.x with AngularJS Verson. I am facing issue while i am sending test emails. Popup Shows that email sent successfully, but i didnot receive any email.Can you please help to where i have to change in code to send emails.

Hello, Can Any one provide me solution for my below linked question?

https://support.aspnetzero.com/QA/Questions/8208

I Had Posted it before 6 Days but not get solution for this.

Hello, I Want to create new tenant with database.For that i have pass connection string but i got error while performing it. Database was successfully created, All the Migration and Seed Files are Successfully Run on that database but after that I am not work further System Gives "An internal error occurred during your request!"I Have Attached Screenshot Of my error page for reference.

Please Help me ASAP.

Showing 1 to 10 of 16 entries