G
Guest
Hi,
I've a couple questions regarding in-place pre-compiling .
As I understand it from ms documentation - precompiling a site in place
effectively performs the same compilation that occurs when users request
pages from your site. Therefore, the primary performance improvement is that
pages do not have to be compiled for the first request.
On the server where the web site has freshly been installed I issue the
command
aspnet_compiler -v /MyWebsite
What I get back is an error :
error ASPCONFIG: The CodeDom provider type
"Microsoft.VJSharp.VJSharpCodeProvide
r, VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7
f11d50a3a" could not be located
And nothing gets precompiled .
Q1) How does the site get compiled normally by asp.net as pages are accessed
if this codedom provider is missing ?
Q2 ) what are (if any) the differences between precompile and what is
"effectively the same compilation when a user access a page" ?
Q3) what are the performance differences between the two if any?
Thanks
Chaz
I've a couple questions regarding in-place pre-compiling .
As I understand it from ms documentation - precompiling a site in place
effectively performs the same compilation that occurs when users request
pages from your site. Therefore, the primary performance improvement is that
pages do not have to be compiled for the first request.
On the server where the web site has freshly been installed I issue the
command
aspnet_compiler -v /MyWebsite
What I get back is an error :
error ASPCONFIG: The CodeDom provider type
"Microsoft.VJSharp.VJSharpCodeProvide
r, VJSharpCodeProvider, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7
f11d50a3a" could not be located
And nothing gets precompiled .
Q1) How does the site get compiled normally by asp.net as pages are accessed
if this codedom provider is missing ?
Q2 ) what are (if any) the differences between precompile and what is
"effectively the same compilation when a user access a page" ?
Q3) what are the performance differences between the two if any?
Thanks
Chaz