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 Updating the Default Route

Yun Chang Lee
Yun Chang Lee
1,715 Points

No global.asax.cs file in Visual Studio Code

I am creating my project using visual studio code, the default route had been configured to HomeController by default. But there is no global.asax.cs file in my project. Is the file represented by different filename here or i should just create another file and name it as global.asax.cs?

1 Answer

Yun Chang Lee still need help with this one?