no /bin folder and no binaries?

no /bin folder and no binaries?

am 09.01.2008 17:34:01 von jobs at webdos

I have an asp.net 2.0 website with vb.net classes. I can run that
website with no problems from vs.net and from an iis 6.0 server. I
deploy using a standard copying of files.

I noticed a similar website i did not develop has a /bin folder with
binaries.

I presume the developer compiled the site to binary at some point to
deploy only binaries. What other steps/happenings would cause the
creation of a /bin folder with binaries?

Thanks.

Re: no /bin folder and no binaries?

am 09.01.2008 19:45:35 von younlaot

A binary is just a compiled class. You could have the same set up if
you compiled your vb.net classes to a binary file. The only different
is, a binary file you can not change and multiple developers can use
it. Class files you can change and other developers can change you
classes around.

Re: no /bin folder and no binaries?

am 09.01.2008 20:12:57 von jobs at webdos

On Jan 9, 1:45=A0pm, younlaot wrote:
> A binary is just a compiled class. =A0You could have the same set up if
> you compiled your vb.net classes to a binary file. =A0The only different
> is, a binary file you can not change and multiple developers can use
> it. =A0Class files you can change and other developers can change you
> classes around.

Re: no /bin folder and no binaries?

am 09.01.2008 21:11:55 von jobs at webdos

but by default, binaries and a /bin directory are not generated right?

Would you know, what generates /bin and the binaries in that other
project? the other developer was showing me that she deploys through
some menu option, perhaps thats what creates it.

Thanks.

RE: no /bin folder and no binaries?

am 09.01.2008 21:51:03 von pbromberg

There are 2 kinds of ASP.NET 2.0 web projects - the Web Site project (that
you are using) and the Web Application Project, which compiles all the
codebehind and related class files into a single assembly in the /bin folder.
Personally, I prefer the WAP for a number of reasons, but the choice is yours.
-- Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
MetaFinder: http://www.blogmetafinder.com


"jc" wrote:

> I have an asp.net 2.0 website with vb.net classes. I can run that
> website with no problems from vs.net and from an iis 6.0 server. I
> deploy using a standard copying of files.
>
> I noticed a similar website i did not develop has a /bin folder with
> binaries.
>
> I presume the developer compiled the site to binary at some point to
> deploy only binaries. What other steps/happenings would cause the
> creation of a /bin folder with binaries?
>
> Thanks.
>

Re: no /bin folder and no binaries?

am 10.01.2008 12:04:38 von JC

such as?

thanks.

Re: no /bin folder and no binaries?

am 10.01.2008 12:33:20 von mark

"jc" wrote in message
news:cf921a37-d3ce-4385-a239-ed89f630bfb9@j78g2000hsd.google groups.com...

> such as?

http://west-wind.com/weblog/posts/5601.aspx
http://msdn2.microsoft.com/en-us/library/aa730880(VS.80).asp x


--
Mark Rae
ASP.NET MVP
http://www.markrae.net