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 Project Setup Creating a Project Using Visual Studio

Julio Lugo
Julio Lugo
588 Points

how ca I get ASP.net on visual studio

I tried to create a new project, but I don't have the ASP.Net web option on my visual studio

Jon Wood
Jon Wood
9,884 Points

Is this still an issue? If so can you screenshot what you see? Sometimes this can be hidden a bit

1 Answer

James Churchill
STAFF
James Churchill
Treehouse Teacher

Julio,

What version of Visual Studio are you using? If you're using Visual Studio 2017, you'll need to make sure that the "ASP.NET and web development" workload is installed.

Check out this Visual Studio docs page: https://docs.microsoft.com/en-us/visualstudio/install/install-visual-studio

Thanks ~James