Y
yashgt
Hi,
We have a virtual directory MyApp that uses ASP .NET v2.0.50727, under
which we have kept the source code(aspx, ascx and vb), as well as a
bin directory in which we have the pre-compiled DLLs obtained from
aspnet_compiler. When we access pages from the application, we still
see cached files created on the server, under "C:\WINDOWS\Microsoft.NET
\Framework\v2.0.50727\Temporary ASP.NET Files"
It looks like the framework does not use the precompiled files and
compiles on first access as usual.
How do we configure the application so that ASP .NET runs the pre-
compiled files?
Please note that on the server on which we deploy, there is no Visual
Studio to be able to Publish the website.
Thanks,
Yash
We have a virtual directory MyApp that uses ASP .NET v2.0.50727, under
which we have kept the source code(aspx, ascx and vb), as well as a
bin directory in which we have the pre-compiled DLLs obtained from
aspnet_compiler. When we access pages from the application, we still
see cached files created on the server, under "C:\WINDOWS\Microsoft.NET
\Framework\v2.0.50727\Temporary ASP.NET Files"
It looks like the framework does not use the precompiled files and
compiles on first access as usual.
How do we configure the application so that ASP .NET runs the pre-
compiled files?
Please note that on the server on which we deploy, there is no Visual
Studio to be able to Publish the website.
Thanks,
Yash