Want to improve this question? Add details and clarify the problem by editing this post.
Closed 6 years ago.
I have Windows Server 2012, I configure IIS 8 to work with .cshtml files.
- I already installed ASP.NET
- I've added .cshtml to MIME types
- I have the DLL in the bin folder.
but when I open a page the code just appears like simple text.
What have I done wrong? How can I fix this so that the .cshtml is rendered as a web page?