Click here to Skip to main content
15,902,114 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hii there i have used fixed naming and single page assemblies to publish my project
after publishing my project i get my all files in assemblies form inside the bin folder .Then i copy my all files and upload through the
filezilla ftp software .
Now the files upload successfully .whatever changes need to done in web.config i have already done & i configure my database on server.

i have my own domain name i.e www.abc.com/xyz.aspx when i put this address n press enter i get the following error
"The file 'www.abc.com/xyz.aspx' has not been pre-compiled, and cannot be requested."
pls help me i try to solve this problem from last one week but all in vain ..if anybody have any idea then pls tell me ...
Posted

I always get this when moving projects with single page assemblies from test to production. It's one of those annoying errors that doesn't actually mean what it says.

9/10 time it will be because there's a dependancy missing. Make sure you have all the libraries in your publish bin folder that you have in your dev bin folder. Also make sure that any components which you use which install to the GAC are install installed at your target destination.

It's the 3rd party GAC one's which normally get me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900