ACP
ACP

Reputation: 35264

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..

Upvotes: 6

Views: 10204

Answers (2)

ali62b
ali62b

Reputation: 5413

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.

Upvotes: 18

Blair Scott
Blair Scott

Reputation: 1885

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".

Upvotes: 2

Related Questions