M
Mark
Hi,
i want to compile my application with this code:
cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f
But the problem is that this application creates at runtime an asp.file
(test.aspx).
When a user tries to start that aspx file, he gets the error:
"The file '/myapp/test.aspx' has not been pre-compiled, and cannot be
requested".
So my question is: is the choice about compiling: the whole application or
nothing at all?
Is it not possible to compile the application and to start after compilation
file test.aspx?
Thanks
Marc
i want to compile my application with this code:
cd \windows\microsoft.net\framework\v2.0.50727
aspnet_compiler -p "c:\inetpub\wwwroot\myapp" -v / c:\compiled\myapp -f
But the problem is that this application creates at runtime an asp.file
(test.aspx).
When a user tries to start that aspx file, he gets the error:
"The file '/myapp/test.aspx' has not been pre-compiled, and cannot be
requested".
So my question is: is the choice about compiling: the whole application or
nothing at all?
Is it not possible to compile the application and to start after compilation
file test.aspx?
Thanks
Marc