Hi Team,
Im new .net core technology.
I maded some chnages in email template, now i want push only that file or reltaed dll. I verifed the the production deployment files i didnt find the emailtemplate ( default.html), could you please tell me how to update this as patch ?
Thanks, Ganesh P.
4 Answer(s)
-
1
-
0
Hi @maliming,
Thanks for the quick response.
i added some extra mail content in existing default.html file. So i want to push that chnage only to production.
FYI.
The given snippet code is under cellfone.core project so its enough to update only "cellfone.core.dll" to apply latest tempalte chages ?
Tahnks, Ganehs P.
-
0
I am not sure if the dll file can be replaced while the application is running. And the template already exists in the cache. As shown in the above code. Maybe it won't work.
-
0
I deployed the dll by stopping the app insatnce at that moment.
Its working as expected.
Thanks.