Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# ASP.NET MVC Basics Adding a List Page Finishing the List View

Nothing is rendering in my ComicBooks/Index route.

When i navigate to the Index route nothing shows up, I've started a new project and everything...but it's just blank. All of the detail routes work fine though.

Project github link: https://github.com/lettda/ComicBookGallery

1 Answer

Allan Clark
Allan Clark
10,810 Points

Not seeing anything glaring issues with the code, however there are 2 files named 'Index' in your ComicBook views folder. It may be picking up the Index.aspx file since that occurs first alphabetically. First try deleting/renaming the .aspx file to make sure it picks up the Index.cshtml properly.