You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
When publishing to IIS, email are not sent.
var projectPath = Directory.GetParent(Directory.GetCurrentDirectory()).FullName; var templateProject = Assembly.GetExecutingAssembly().GetName().Name; _templatesPath = Path.Combine(projectPath, templateProject, "Templates");
This code section is not returning the correct path. When publishing, Templates folder is generated directly in the application directory, but the program is looking into the wwroot\Application\Templates folder.
Thanks
The text was updated successfully, but these errors were encountered:
tcortega
added a commit
to tcortega/N-Tier-Architecture
that referenced
this issue
Jul 8, 2022
Hello,
When publishing to IIS, email are not sent.
var projectPath = Directory.GetParent(Directory.GetCurrentDirectory()).FullName;
var templateProject = Assembly.GetExecutingAssembly().GetName().Name;
_templatesPath = Path.Combine(projectPath, templateProject, "Templates");
This code section is not returning the correct path. When publishing, Templates folder is generated directly in the application directory, but the program is looking into the wwroot\Application\Templates folder.
Thanks
The text was updated successfully, but these errors were encountered: