dEuS wrote: |
hrmm, this may be a silly question, but where is the bin folder in asp.net 2 beta 2?? app_code?
|
|
Here's the structure of an ASP.NET 2.0 web app:
/Web (or some name for your web app)
/Web/Default.aspx (home page, for example)
/Web/App_Code (source files go here)
/Web/App_Code/someclass.cs
/Web/Bin (assemblies go here)
/Web/Bin/FreeTextBox.dll