Can you please help me as i have no experience in coding. I was trying the Razor page
s tutorial. In Layout, there is an error.
Can you please help me as i have no experience in coding. I was trying the Razor page
s tutorial. In Layout, there is an error.
According to the error message the appsetting.json file has invalid syntax. Can you share the appsetting.json file?
Thank You for reply. Here it is. 
According to the error message, we can know that this is caused by a wrong json format in appsetting.json. So we just need to double check and modify.
You should change your appsetting.json file like below.

If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
Best Regards,
Jason
Thank You for reply. I debugged and can host the website. However it doesn't show the create edit delete on website. So i made a new project. There seems to be error in scaffolding movies. I will try again.
6 people are following this question.
How to do encrypt and decrypt data using Cryptography API Next Generation (CNG) in C#?
How to implement NCryptSignHash and NCryptVerifySignature in C#?
What is diffrent beween CNG and Microsoft Key storage provider?
How do I configure my multithreaded .NET 6 application to use all Windows CPU groups?