Tagged Questions
2
votes
4answers
1k views
Using the aspnet_compiler.exe to compile .Net Web Apps
I have code in the top layer of my .Net web application that I'd like to unit test, but when my build server compiles the project using the aspnet_compiler.exe, it makes a .dll file that is not at all ...