Precompiling for deploying

B

Benny Dein

Hi

I've used the aspnet_compiler.exe and got a folder with a compiled version
of my web page.
I uploaded the contents of the folder which was default.aspx,
precompileapp.config, web.config and a bin folder.

When opening the compiled site in my browser, i do not get the expected site
but just the text:

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

My webhotel says to me, that they support asp.net v. 2.
What am I doing wrong here?
Why does it not use the compiled dll's instead of the dummy aspx, which has
replaced the original one, when I did the compile?
 

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

Similar Threads

deploying asp.net application 2
Simple Q on deploying an app 2
Deploying 3
@Assembly Directive Question 1
Module Not Found 1
Dll's = where? 6
Pgae Directive 4
httphandelrs problem 1

Top