Currently, I am developing an asp.net mvc application and the index.cshtml is set as the default page. When I run the application, the startup page displays with the applied CSS without any issues. However, when I access this page from the controller "/home/index", the CSS seems to not be working. What could be causing this discrepancy?