Tagged Questions
5
votes
3answers
1k views
Web Deployment Project: Publish without Precompilation
The Question
Is it possible to publish a web application project using a web deployment project without precompilation?
Notes
In order to split out web controls and pages into a separate assembly, ...
4
votes
1answer
2k views
Compiling/Embedding ASCX templated UserControls for reuse in multiple web applications
I'm onto a real head scratcher here ... and it appears to be one of the more frustrating topics of ASP.NET.
I've got an assembly that implements a-lot of custom Linq stuff, which at it's core has ...