how to create bin folder in asp.net2.0

Answers were Sorted based on User's Feedback



how to create bin folder in asp.net2.0..

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

how to create bin folder in asp.net2.0..

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

how to create bin folder in asp.net2.0..

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

how to create bin folder in asp.net2.0..

Answer / sambath

Right click the project name--->Select Add Asp.Net
Folders--->Select Bin folders in the list of folders

Is This Answer Correct ?    13 Yes 11 No

how to create bin folder in asp.net2.0..

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

how to create bin folder in asp.net2.0..

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

how to create bin folder in asp.net2.0..

Answer / rizwana

right click on the solution, say add ASP.Net folder, select Bin

Is This Answer Correct ?    1 Yes 1 No

how to create bin folder in asp.net2.0..

Answer / venkatesh

By default it will comes under in solution explorer of the
current project

Is This Answer Correct ?    11 Yes 29 No

Post New Answer

More ASP.NET Interview Questions

How many web config files can be created for an application?

0 Answers  


Why should i prefer JSP over asp.net or any other web development language..??

0 Answers  


I create small website, i want accept all the browser this website? what will do?

1 Answers  


In this case if exception occure in Database which catch block will be exexcuted?

1 Answers   Microsoft,


How to change Master page in ASP.Net using code?

0 Answers   HCL,






I have around 200+ controls in a page. Each of the sets of controls are kept in divs and when header div is clicked, only those div controls pertaining to that header div will be displayed. Rest of the divs are kept invisible. When the page loads, all these 200+ controls are loaded simultaneously, that consumes much of the time. What my requirement is I want to get the div1 controls loaded when the page loads and rest of the div controls should be loaded asynchronously. it should not be loaded with page load, so that time for loading the page can be much minimised. Hope u understood my question and pls help me out with a solution asap....

2 Answers  


what r the Templeats in ASP.net?

5 Answers   Intel, VBV,


Tell About Global.asax ?

3 Answers   Keane India Ltd,


if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.

0 Answers   Siemens,


Write a code for "RequiredFieldValidator" in java script

5 Answers   Wipro,


Can we have multiple web config files for an asp.net application?

0 Answers  


Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?

0 Answers  


Categories