Skip to content
Discussion options

You must be logged in to vote

Able to fix the problem. I also need to set True for CopyToPublishDirectory of _ViewImports

<Content Update="Views\TemplateUserConfirmEmail.cshtml">
	  <CopyToPublishDirectory>Always</CopyToPublishDirectory>
	  <CopyToOutputDirectory>Always</CopyToOutputDirectory>
	</Content>
	<Content Update="Views\TemplateUserLostPassword.cshtml">
	  <CopyToPublishDirectory>Always</CopyToPublishDirectory>
	  <CopyToOutputDirectory>Always</CopyToOutputDirectory>
	</Content>
	<Content Update="Views\_ViewImports.cshtml">
	  <CopyToPublishDirectory>Always</CopyToPublishDirectory>
	  <CopyToOutputDirectory>Always</CopyToOutputDirectory>
	</Content>

TemplateUserConfirmEmail.cshtml & TemplateUserLostPassword.…

Replies: 2 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@jaypeemayo
Comment options

@Skrypt
Comment options

@jaypeemayo
Comment options

@jaypeemayo
Comment options

Comment options

You must be logged in to vote
1 reply
@Psichorex
Comment options

Answer selected by jaypeemayo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants