Cannot display web page

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

I deployment my web application to server with WebSetup project
But when a user request the web page, it display an error message:

This is a marker file generated by the precompilation tool, and should not
be deleted

How can I do?
 
Hi ad,

Looks like you have deployed your web application to be precompiled, but
have not precompiled it properly, or something or other. The actuel web
content should be inside assemblies in your bin directory, but somehow the
user does not get redirected.

Google will give you a bunch of hits on the error message, but you might
try to compile it as updateable, using the -u compiler option.
 
Back
Top