views:

96

answers:

2

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

+1  A: 

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

dhulk
+2  A: 

In Solution Explorer Click Show All Files Icon

alt text


Then Click Right on Bin then select Include In Project

alt text



Hope this helps.

ali62b