Hey All,
i am new to Asp .net MVC design Pattern and framework.
having problem while running the page like below.
i have attached file, Please help me out.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Francis SusaimichaelPosted Feb 4, 2016, 1:00 AM
I found that your View "Index.cshtml" not placed in the particular place. Create a folder named "Home" under "Views" then place the "Index.cshtml". So the folder structure will be :
Francis SusaimichaelPosted Feb 4, 2016, 1:27 AM
Ankit KumarPosted Feb 4, 2016, 1:09 AM
Francis SusaimichaelPosted Feb 4, 2016, 12:56 AM
This error due to your view engine searched for the view named "index" and it is not available on the particular location. Check that view exist under "Views/yourcontrollername/index.cshtml" folder.
Hope this helps!