Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Why can't i add Bin Folder in an asp.net MVC web application?

I am developing a web application using asp.net MVC...

RightClick->Add->Add ASP.Net folder-> there is no bin folder...

I am using asp.net MVC 1.0 with visual studio 2008 sp1... Any suggestion...

I find a bin folder in my root folder,but not in the solution explorer..

like image 960
ACP Avatar asked Feb 02 '10 04:02

ACP


2 Answers

In Solution Explorer Click Show All Files Icon

enter image description here


Then Click Right on Bin then select Include In Project

enter image description here



Hope this helps.

like image 76
ali62b Avatar answered Nov 15 '22 08:11

ali62b


If you look at the top of the solution explorer and find the button that says "Show all files" or something to that effect, you should be able to find the bin folder that way. Then just right click and select "Include in Project".

like image 42
Blair Scott Avatar answered Nov 15 '22 08:11

Blair Scott