how to create bin folder in asp.net2.0
Answers were Sorted based on User's Feedback
Answer / monalisa peter
Right click on your WEBSITE name....A list will appear in
which you have to select Add ASP.Net Folder..And when you
keep your cursor on it again one list will appear in which
"Bin" will be there just click on it....And then the Bin
Folder will be added.
Is This Answer Correct ? | 11 Yes | 4 No |
Answer / vdk
In solution explorer by right clicking the website name
>>Add Asp.net Folders>>Bin will add the Bin folder
Is This Answer Correct ? | 19 Yes | 13 No |
Answer / guest
for ASP.net 1.1 its create as soon as u create project or
solutions
for ASP.net 2.0 framework it use studio 2005. it use its
own .net web server.... so it is already precompiled code.
so for asp.net 2.0 it create bin folder only when u compile
or publish.
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / satyajeet
jus right click on ur project ie website name and in that
list there is a option named add asp.folders..and in that
option one suboption is provided according to that we can
add bin folder in asp.net2.0 application
Is This Answer Correct ? | 7 Yes | 5 No |
Answer / 44rt
I was trying to add the bin folder to my web application
project and none of the proposed solutions above seemed to
work for me...
Until I found out it was already there (that's why I
couldn't add it) but it was hidden because it was not yet in
use. I had to click the "Show all files" button in the
solution explorer to make it appear.
Is This Answer Correct ? | 3 Yes | 2 No |
Answer / rizwana
right click on the solution, say add ASP.Net folder, select Bin
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / venkatesh
By default it will comes under in solution explorer of the
current project
Is This Answer Correct ? | 11 Yes | 29 No |
I am trying to redirect another site on button click.
How does u call and execute a sp in .net?
What is difference between viewstate and session state in javascript?
What is Hidden Fields in Asp.Net
what is value type to reference type
6 Answers AG Technologies, IBM,
How can we Validate a Controls in ASP.NET page using JavaScript?
How to add DateTime Control in normal DataGrid Server Control?
When we use cookie less session? Explain its working?
0 Answers Sans Pareil IT Services,
Define the term Scavenging in Caching?
What is the difference between union and join?
what is the use of asp.net
Explain managed code an un-managed code.