The .dll file in the /bin folder, along with all .aspx, .asmx (web
services), .ascx (user control) and the global.asax file. You also need to
put the config file out there.
The basic rule is it is safe to put all files but:
.##proj (where ## = vb for VB.NET and cs for C#)
..sln
..cs or .vb (source files)
Also, never put out any files other than .dll in the /bin folder or any of
the compilation folders.
NOTE: I may have missed a couple of exclusions, but protecting source files
is the most important part.
The easiest way to do this is Copy Project inside Visual Studio .NET as
there is a simple flag for placing the files out there.
--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
**********************************************************************
Think Outside the Box!
**********************************************************************