Is it possible to edit the .cshtml files after publish or are there any draw backs?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can edit the .cshtml file after you publish it.
Yes, there are drawbacks.
I strongly recommend adhering to a cycle
Use a version control system that supports branching and tagging to make that cycle much easier.
Even if “QA” is a VM on your development server and you put on the “QA” hat, I would not skip that step.