Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Application recycling logging
Message
De
18/10/2010 12:10:32
 
 
À
18/10/2010 12:03:14
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01485842
Message ID:
01485953
Vues:
30
>>I seem to recall that having debugging enabled can cause this? Check the 'debug' attribute of the compilation tag in web.config.
>
>Debug is set to False. Here is the top of the Web.config file.
>
>
><?xml version="1.0"?>
><configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
>	<appSettings/>
>	<connectionStrings/>
>	<system.web>
>		<identity impersonate="true"/>
>		<compilation debug="false" targetFramework="4.0">
>
>
>So, I will have to do some research as to know what else could be in effect here.
>
>>You can also change the number of recompiles before a recycle - quick search indicates that it's the numRecompilesBeforeApprestart attribute in machine.config. But doing that would really just be avoiding the issue without knowing the cause.....
>
>I agree.

Two other, rather more obscure, possible causes I came across:
(a) Writing to any file in the bin directory (or any sub-folder thereof)
(b) Anti-virus software changing the datestamp of, for example, web.config......
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform