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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top