Where are the Binaries?

Last post 12-21-2005 8:45 PM by ScottGu. 3 replies.

Sort Posts:

  • Where are the Binaries?

    12-21-2005, 1:24 PM
    • Contributor
      2,024 point Contributor
    • kckriegs
    • Member since 08-15-2005, 7:55 PM
    • Posts 435

    When I compile an ASP.NET project, I no longer see the bin\ assembly creation. I can run the application in debug mode, either using the default ASP.NET Development Server or IIS.

    I'm trying to read up on the new compilation model provided by VS.NET 2005/ASP.NET 2.0.

    Can someone tell me where my .dll's went, or point me to some good reading material?

    Thanks!

  • Re: Where are the Binaries?

    12-21-2005, 2:28 PM
    • Contributor
      3,783 point Contributor
    • datagridgirl
    • Member since 06-11-2002, 2:39 AM
    • Atlanta, GA
    • Posts 747
    • ASPInsiders

    Hi kckriegs,

    I believe he binaries are now built directly to Temporary ASP.NET files, where they are run from.  On my machine, its location is:  C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files

    Marcie 

  • Re: Where are the Binaries?

    12-21-2005, 2:56 PM
    • Contributor
      2,498 point Contributor
    • Blake05
    • Member since 12-02-2005, 11:22 PM
    • Wisconsin
    • Posts 501
    I Think the binaries are stored in the temp folder unless you build your app.
  • Re: Where are the Binaries?

    12-21-2005, 8:45 PM
    • Star
      14,618 point Star
    • ScottGu
    • Member since 06-05-2002, 4:36 PM
    • Redmond, WA
    • Posts 2,004
    • AspNetTeam
      Moderator

    The binaries for web-site projects aren't built until you choose the "Build->Publish Web Site" option in VS 2005.  Once you do that you can pick a folder and the app will be built into it.

    Hope this helps,

    Scott

Page 1 of 1 (4 items)