B
bruce barker
a previous long thread brought this up.
I can find no way to precompile a web application from visual studio. by
precompile I mean all the aspx code is converted to assemblies by visual
studio, not at runtime by asp.net. if you view the compiled aspx page it
should only contain the line:
This is a marker file generated by the precompilation tool, and should
not be deleted!
replacing all the original aspx source, and of course a page assembly
should exist in the bin folder thats the compiled aspx.
vs2005 & vs2008 support this for websites (all i use), but was looking
for the out of the box web application solution.
note: this a asp.net 2.0+ feature and does not exist for 1.1
-- bruce (sqlwork.com)
I can find no way to precompile a web application from visual studio. by
precompile I mean all the aspx code is converted to assemblies by visual
studio, not at runtime by asp.net. if you view the compiled aspx page it
should only contain the line:
This is a marker file generated by the precompilation tool, and should
not be deleted!
replacing all the original aspx source, and of course a page assembly
should exist in the bin folder thats the compiled aspx.
vs2005 & vs2008 support this for websites (all i use), but was looking
for the out of the box web application solution.
note: this a asp.net 2.0+ feature and does not exist for 1.1
-- bruce (sqlwork.com)