Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi
Environment:


My .Net 4.0 web site is deployed on 3 servers with same code.
<deployment retail="true" /> is in machine.congig.

<compilation debug="false" optimizeCompilations="true" batch="true" defaultLanguage="c#" numRecompilesBeforeAppRestart="999999" targetFramework="4.0"> is in web.config.


Issue:
It only happens in one of the machines,
It only happens in some rare times and can't be re-procedured.
It always can be fixed by a force compilation.

The web site is up & running, but actually some code is not compiled correctly.
Usually response 500 error when invoking those incorrest pages.
I even try to turn off optimizeCompilations & batch in web.config above, but doesn't help.

It is fixed finally by change debug to true, then change back to false again.

Quite weird, and I want to give up App_Code now, it seems too unstable for me.

Do you ever occur the same problem?
Posted
Comments
Kuthuparakkal 30-Sep-12 23:59pm    
Try app pool restart, it occurs sometimes when we deploy new version.
http://msdn.microsoft.com/en-us/library/microsoft.web.administration.applicationpool.aspx

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