Hi,
In visual studio .net, how do I specify the build to place all the
files in a bin folder. I could not find the .aspx files, only
the .ascx. I was hoping to do a rebuild and have all the files in a
folder to upload to the server.
THanks
> > On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
>
[quoted text clipped - 16 lines]
>
> plus web.config
Hi,
In visual studio .net, how do I specify the build to place all the
files in a bin folder. I could not find the .aspx files, only
the .ascx. I was hoping to do a rebuild and have all the files in a
folder to upload to the server.
THanks
> > On Dec 4, 10:59 pm, aboutjav....@gmail.com wrote:
>
[quoted text clipped - 16 lines]
>
> plus web.config
Alexey Smirnov - 06 Dec 2007 08:12 GMT
On Dec 6, 1:01 am, aboutjav....@gmail.com wrote:
> Hi,
>
[quoted text clipped - 27 lines]
>
> - Show quoted text -
The /bin is a special directory in the server where all assemblies
(dlls) are located. When you build your solution, the code-behind is
compiled and assembled into dll in the /bin directory. When the
application is started ASP.NET loads the assembly from the /bin.
All other files *.ascx, *.aspx, web.config, etc. must be located
outside of that directory.
Deploying ASP.NET Applications
http://samples.gotdotnet.com/quickstart/aspplus/doc/deployment.aspx