Tagged Questions
0
votes
1answer
97 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 ...