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#

Aaron Selonke
Aaron Selonke
10,323 Points

Non ASP.NET webpages in the Visual Studios IDE

Coming back to HTML/JS/CSS from writting C#, I really miss the Visual Studios IDE. I know that VS is geared towards ASP.NET websites when making web applications, But I also would like to use it for its debugging features in non ASP.NET websites.

VS is always looking for 'solution' files like program.cs, even when working with webpages.

How do you open existing (non ASP.NET) websites in VS or start new projects with HTML/JS/CSS files?

2 Answers

Hi Aaron.

I'd suggest you to give Visual Studio Code a try! It's free and maybe you find the look and feel you know from Visual Studio there. For frontend-projects I also like Brackets

Let me know how you like them!

Best Regards, Philip

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there! Yes, the IDE is nice, but to be perfectly honest I haven't found a way to do this for just a plain website without it being ASP. So, instead of using VS for my frontend development, I tend to use Netbeans. It's free to use and will detect errors and issue warnings. I recommend that you give it a shot! But, if you find a way to do just a normal website in VS, please let me know :sparkles:

Aaron Selonke
Aaron Selonke
10,323 Points

Hi there Jennifer, Long time no see. Let's see if anyone knows something about this...

Jennifer Nordell
seal-mask
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi again! I did some digging around and you can make a new project. File->New->Website and then choose the Empty ASP website. Then choose File->Add->Existing website and choose the folder where your website exists. Keep in mind though, that actually launching this website with the "play" button will require that you do some configuration of IIS services on your machine :smiley: