Base solution for your next web application

Activities of "sanjayeig"

Prerequisites

Please answer the following questions before submitting an issue. YOU MAY DELETE THE PREREQUISITES SECTION.

  • What is your product version? v9.0.0
  • What is your product type (Angular or MVC)? Angular
  • What is product framework type (.net framework or .net core)? .net core

My team has built our site based off of ASP.NET Zero and we're currently going through a security audit. A static code analyzer has found a number of vulnerabilities in the base code. What is the best way to handle this? My concern is if my team modifies the base code then we will run into problems when we want to upgrade. Does ASP.NET Zero run static code analyzers? Are these known vulnerabilities that have been mitigated? Any help with this would be greatly appreciated. Thanks.

andry3ag,

Not sure if you solved this yet or not, but thought I'd post my findings here in case it helps someone. I just went through setting this up and found this posting:

https://sendgrid.com/docs/API_Reference/SMTP_API/getting_started_smtp.html

The most important part of it is that the credentials are not your credentials for the SendGrid site. You first need to create an API Key here:

https://app.sendgrid.com/settings/api_keys

NOTE: Make sure to save the generated value as you can never get it back

Then for the SMTP credentials use the following:

Username: apikey (this is the same for everyone as per the first url) Password: {apikey value you generated}

Also, the post mentions a couple of different ports that are available. Both 25 and 587 worked for me. Port 465 with SSL checked also worked for me. I hope this helped.

@ismcagdas - Metronic 7 has been released, is there an ETA when AspNet Zero will support it?

Showing 1 to 3 of 3 entries