S
Stu Carter
Hi,
ENV: VS 2005, .Net 2.0
Our goal with ASP.Net 2.0 is to distribute one assembly that contains all
the output of our Web; simplifying deployment, installation, upgrades, hot
fixes etc.
We've tried our hardest but cannot find a way to do it. The closest we've
got is having a single assembly containing all outputs, but this requires a
seperate '.compiled' file for every page which seems to defeat the point of
allowing output to be merged.
(This was achieved by precompiling to a non-updatable website and then using
aspnet_merge to generate a single assembly).
Is there any way of doing what we want?
Thanks,
Stuart
ENV: VS 2005, .Net 2.0
Our goal with ASP.Net 2.0 is to distribute one assembly that contains all
the output of our Web; simplifying deployment, installation, upgrades, hot
fixes etc.
We've tried our hardest but cannot find a way to do it. The closest we've
got is having a single assembly containing all outputs, but this requires a
seperate '.compiled' file for every page which seems to defeat the point of
allowing output to be merged.
(This was achieved by precompiling to a non-updatable website and then using
aspnet_merge to generate a single assembly).
Is there any way of doing what we want?
Thanks,
Stuart