Tagged Questions

2
votes
2answers
1k views

Precompiling ASP.NET Web application with MSBuild

I have a c# web application project in Visual Studio 2008 that I want to precompile for deployment. After looking at various options, it seems all of them have some issues - perhaps someone could give ...
0
votes
1answer
84 views

Compile/Pre-compile global.asax only

Is there a way to compile or precompile just the global.asax file to a dll and use it in the bin folder? I have a license logic in this file and other files won't be compiled by me. I could also ...