473,586 Members | 2,639 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Bin folder of web site in dot net studio 2005

Hi all,

I am developing one web application in dot net 2005. Application is
running properly. Butt i am not getting where is bin folder?
Below link is showing that bin folder present in application folder.
http://webproject.scottgu.com/CSharp...elloWorld.aspx

but in my case its not shoiwng.

can anyone tell me why is it so?

thanks in advance.

Jun 5 '07 #1
3 1320
Archana,

First, you must build the project. Then, click the "Show All Files"
toolstrip icon as noted in Scott's article. You should then be able to see
the bin folder.

Hope this helps,
Steve

"archana" <tr************ **@yahoo.comwro te in message
news:11******** **************@ g4g2000hsf.goog legroups.com...
Hi all,

I am developing one web application in dot net 2005. Application is
running properly. Butt i am not getting where is bin folder?
Below link is showing that bin folder present in application folder.
http://webproject.scottgu.com/CSharp...elloWorld.aspx

but in my case its not shoiwng.

can anyone tell me why is it so?

thanks in advance.

Jun 5 '07 #2
Hi,

thanks for reply.

but the dialog shown in that link is visible only for windows
application and not for web application.

For web application dll i created per page not for all code behind
file. So if that is the case, do i need to upload all cs files and
aspx pages while deployment. If yes then its like i need to set
permissions for cs file as these are code behind files.

Please correct me if i am wrong

thanks in advance.

Jun 12 '07 #3
archana,

Sorry, I re-read your original post. The bin folder only shows up if you
are importing custom assemblies. It does not work the same way as a
WinForms app.

For deployment, you can either copy up everything, though I'm not sure what
you are referring to with permissions. You shouldn't need to set up any
permissions on the target machine (related to the code files).

You can also choose to precompile the website and upload it's output. To do
this, right-click on the site root, and choose Publish.
http://msdn2.microsoft.com/en-us/lib...86(VS.80).aspx

Hope this helps,
Steve

"archana" <tr************ **@yahoo.comwro te in message
news:11******** *************@i 38g2000prf.goog legroups.com...
Hi,

thanks for reply.

but the dialog shown in that link is visible only for windows
application and not for web application.

For web application dll i created per page not for all code behind
file. So if that is the case, do i need to upload all cs files and
aspx pages while deployment. If yes then its like i need to set
permissions for cs file as these are code behind files.

Please correct me if i am wrong

thanks in advance.

Jun 13 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1900
by: Daniel Bello Urizarri | last post by:
Hello: I have a web service that runs well on ASP 1.0. Now I'm migrating it to ASP 2.0, and now im at the point in wich the project runs under the ASP Developer server od the visual studio 2005, and I need to build a setup project that runs on an IIS. I used to get the compiled dll with the code of my site from the \bin folder, but now it...
4
1266
by: Daniel Bello Urizarri | last post by:
Hello: Im developing a web service in ASP Net 2.0 using Visual Studio 2005, and I want it to get compiled to dlls, so I can distribute it and nobody can change it. My main problem is to get the site compliled.. From Visual Studio, on the project's Propety Pages\MSBuild options, you can set an output folder, and uncheck "Allow this...
2
5346
by: moondaddy | last post by:
This is my first website using asp.net 2.0 and the first thing I noticed is no bin folder. After reading some other postings I saw mention that I needed to select Build Website from the build menu. I did this but still no bin folder. so I manually created a bin folder and ran Build Web Site again but still no DLL in the bin folder. is this...
2
1543
by: Hongbo | last post by:
Hi, I use Visual Studio 2005 Standard Edition with Visual SourceSafe 6.0d. But I could not find a way in this VS to exclude a folder, such as images folder, from SourceSafe. I can do this with VS 2003 Architect Edition. This function is also available in VS 2005 Team Suite. Would you please tell me how to do it in Visual Studio 2005...
4
2417
by: Hugo Flores | last post by:
I created a Web Application Project in VS 2005. The site is working fine in the development computer. Then I transfer all my files and dll to the production computer. I have a login form. If I try to log in, the production computer automatically generates an App_Data folder (the development computer doesn't have this folder at all) and it...
1
1673
by: David Lozzi | last post by:
Howdy, I've created an entire ecommerce site as a Web Site project (WSP) in VS2005. Now that i'm trying to publish it I'm finding that I should've used the ASP.Net Web Application (ANWA) project instead. I created a new ANWA and imported all of the pages from my WSP and I received a ton of errors. A lot of them had to do with imports of...
1
2227
by: netasp | last post by:
hi all, when adding a new web form in VS 2003, usually viewing the code behind for that form will let you write any method or function and referencing any web control placed on the form without any problems, for example writing a function that grabs a string value from a textbox is as easy as saying: dim str as string = me.TextBox1.Text ...
0
892
by: BobRoyAce | last post by:
I am using Visual Studio 2005 to create an application that is ultimately deployed to several computers. I currently publish the application using VS 2005 via the Publish tab in the project properties. I ultimately copy all resulting files to a web site/folder and the application, when it is run from the computers on which it is installed,...
3
1777
by: uupi_duu | last post by:
Hello, I have run a same problem couple of times. Visual Studio 2005 is installed from Visual Studio 2005 Team edition for Software Developers dvds and after installation Creating Web Site is missing. Doesn't Visual Studio 2005 Team edition for Software Developers support Web Site creations at least menu's File | New | Web Site is...
0
7912
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8202
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7959
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8216
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6614
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
0
5390
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2345
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
0
1180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.