Click here to Skip to main content
15,888,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am developing the web application in Asp.net 2008 under WinXP SP2 32bit. I am able to publish it in the local system and Test server. When i move this to production sever i am facing problems. The production environment OS is Windows Server 2003 Standard 64bit. When i am accessing login page i am getting this error "../../login.aspx/ has not been pre-compiled and cannot be requested".

What could be causing the error message? Any IIS settings, or .NET 2.0 settings which prevents IIS from loading the compiled files? Any .dll's

Thanks in an advance.

Regards,

Jeevan.
Posted

Mostly it occurs because of a missing assembly. Have a look at this similar discussion here[^].

Then it could be incorrect configuration of .NET Framework. Check in your IIS that website is configured to use the desired framework version.

Another possible reasons are discussed here[^] with similar issue.
 
Share this answer
 
Well if you google 'has not been pre-compiled and cannot be requested'[^] you will find many solution.

Here is one example [^]
 
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