Base solution for your next web application
Open Closed

Strange performance behaviour - installation of ASPZERO Angular V8 installed on Azure Portal #8022


User avatar
0
olmy90 created

I have a fresh installation of ASPZERO Angular V8 installed on Azure Portal.

The behaviour is quite strange is a fresh installation - the performance is sometimes good and sometimes very slow. for example if I open the organisational unit interface, sometimes it shows me directly 4 data entries which I inserted, sometimes it takes "ages" for example 10 seconds just to show the data.

Is this an issue "just" on Azure Portal? I use SQL Standard S1: 20 DTUs Web AppPlan (F1: Free) Site is here: https://pliaspzero.azurewebsites.net/app/admin/organization-units


5 Answer(s)
  • User Avatar
    0
    olmy90 created

    when i want to create for ex a user i get

    Fehlerstatus System.Net.Internals.SocketExceptionFactory+ExtendedSocketException (10013): An attempt was made to access a socket in a way forbidden by its access permissions. 127.0.0.1:25 at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw(Exception source) at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult) at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Boolean doAsync, CancellationToken cancellationToken) at MailKit.Net.SocketUtils.ConnectAsync(String host, Int32 port, IPEndPoint localEndPoint, Int32 timeout, Boolean doAsync, CancellationToken cancellationToken) at MailKit.MailService.ConnectSocket(String host, Int32 port, Boolean doAsync, CancellationToken cancellationToken) at MailKit.Net.Smtp.SmtpClient.ConnectAsync(String host, Int32 port, SecureSocketOptions options, Boolean doAsync, CancellationToken cancellationToken) at MailKit.Net.Smtp.SmtpClient.Connect(String host, Int32 port, SecureSocketOptions options, CancellationToken cancellationToken) at Abp.MailKit.DefaultMailKitSmtpBuilder.ConfigureClient(SmtpClient client) at WFMOne.Net.Emailing.WFMOneMailKitSmtpBuilder.ConfigureClient(SmtpClient client) in D:\WFMOne_angu8_.Core3\WFMOne\src\WFMOne.Core\Net\Emailing\WFMOneMailKitSmtpBuilder.cs:line 19 at Abp.MailKit.DefaultMailKitSmtpBuilder.Build() at Abp.MailKit.MailKitEmailSender.BuildSmtpClient() at Abp.MailKit.MailKitEmailSender.SendEmailAsync(MailMessage mail) at Abp.Net.Mail.EmailSenderBase.SendAsync(MailMessage mail, Boolean normalize) at WFMOne.Authorization.Users.UserEmailer.ReplaceBodyAndSend(String emailAddress, String subject, StringBuilder emailTemplate, StringBuilder mailMessage) in D:\WFMOne_angu8_.Core3\WFMOne\src\WFMOne.Core\Authorization\Users\UserEmailer.cs:line 339 at WFMOne.Authorization.Users.UserEmailer.SendEmailActivationLinkAsync(User user, String link, String plainPassword) in D:\WFMOne_angu8_.Core3\WFMOne\src\WFMOne...

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @olmy90

    Did you configure SMTP settings on setting page ? Probably app is trying to send email and fails.

  • User Avatar
    0
    timmackey created

    Hi @olmy90 I had a similar problem on a project last year. You might have to upgrade to a non-free account to resolve this. I suggest you contact an Azure rep.

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @olmy90

    Did you find a solution ?

  • User Avatar
    0
    olmy90 created

    I've upgraded to paid Azure - performance now better - thanks!