i want to make a web application for business using asp.net MVC ,earlier i did the same application in asp.net , aspx .
when i run my home page view from controller,all the styles are not loading..ie
http://localhost:60249/Home/Index
when i run the .cshtml file directly i can see my home page in browser with styles..ie
http://localhost:60249/
i copied code from .html to .cshtml and uploaded all the folders to the solution..
----------------
check the screenshots..