Where are the Binaries?http://forums.asp.net/t/947900.aspx/1?Where+are+the+Binaries+Thu, 22 Dec 2005 00:45:31 -05009479001148445http://forums.asp.net/p/947900/1148445.aspx/1?Where+are+the+Binaries+Where are the Binaries? <p>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.</p> <p>I'm trying to read up on the new compilation model provided by VS.NET 2005/ASP.NET 2.0.</p> <p>Can someone tell me where my .dll's went, or point me to some good reading material?</p> <p>Thanks!</p> 2005-12-21T17:24:47-05:001148539http://forums.asp.net/p/947900/1148539.aspx/1?Re+Where+are+the+Binaries+Re: Where are the Binaries? <p>Hi kckriegs,</p> <p>I believe he binaries are now built directly to Temporary ASP.NET files, where they are run from.&nbsp; On my machine, its location is:&nbsp; C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files</p> <p>Marcie&nbsp;</p> 2005-12-21T18:28:01-05:001148581http://forums.asp.net/p/947900/1148581.aspx/1?Re+Where+are+the+Binaries+Re: Where are the Binaries? I Think the binaries are stored in the temp folder unless you build your app.<br> 2005-12-21T18:56:01-05:001148881http://forums.asp.net/p/947900/1148881.aspx/1?Re+Where+are+the+Binaries+Re: Where are the Binaries? <p>The binaries for web-site projects aren't built until you choose the &quot;Build-&gt;Publish Web Site&quot; option in VS 2005.&nbsp; Once you do that you can pick a folder and the app will be built into it.</p> <p>Hope this helps,</p> <p>Scott</p> 2005-12-22T00:45:31-05:00