Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Application recycling logging
Message
From
18/10/2010 12:03:14
 
 
General information
Forum:
ASP.NET
Category:
Other
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01485842
Message ID:
01485951
Views:
26
>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.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform