I'm starting my first serious ASP.NET 2.0 project and found that it's not creating a {Site}\bin\MyProj.dll file and that it requires the .cs files...
This is cool and all, but I'm not comfortable putting source code out there...
I read that there's a pre-compile util, but that needs to be ran on the production server... and you still need the .cs files...
Is there a way to build the ASP.NET 2.0 project like how VS2003 did it?
With the bin DLL?