Search code examples
asp.netprecompiled

Can I pre-compile a single modified page to an already preCompiled .Net Web Site?


I have many usercontrols that i reuse in different projects. They are all in the web site project. Upon making extension for a new customer, I am precompiling the complete web site and deploy it (with around 600 items UserControls & Pages in it). If I have to make a small modification on any page and want to deploy it I have to pre-compile whole project which takes around 15-20 minutes on my machine.

Is there a way to precompile and deploy only modified or selected items of a web site?

Thank you!


Solution

  • After long searches the answer is NO!