I won't bare with you, but I'll bear with you.
Yes - you can compile the .cs or .
vb files into a dll (that includes the aspx.cs and ascx.cs as well as other .cs files). You still need the .aspx pages in the appropriate directories.
There are several ways to do this - one way is to uset the Copy Project feature, which you can set to copy only the files needed to a specific root directory. You can also manually copy the files needed, copying only the files that are aspx/asmx/whatever plus the dll file in the bin directory. Of course, you can also do an msi install as well.
Woody Z
http://www.learntoprogramnow.com