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?
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
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.
kckriegs
Contributor
2024 Points
435 Posts
Where are the Binaries?
Dec 21, 2005 05:24 PM|LINK
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!
datagridgirl
Contributor
4417 Points
849 Posts
ASPInsiders
Re: Where are the Binaries?
Dec 21, 2005 06:28 PM|LINK
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
Blake05
Contributor
2561 Points
511 Posts
Re: Where are the Binaries?
Dec 21, 2005 06:56 PM|LINK
Blog - Website: windowscoding.com
ScottGu
All-Star
18295 Points
2008 Posts
Microsoft
Moderator
Re: Where are the Binaries?
Dec 22, 2005 12:45 AM|LINK
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