Martin, ProcessModel is usually configured within the machine.config file.
To be able to override this section within the web.config file you have to change the allowDefinition element. allowDefinition="MachineToApplication" This element is found within the machine.config file. For those changes to take effect you will have to restart your IIS. I hope this helps. Klinger On Aug 25, 6:04 am, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Problem: > > I tryed to get some information about the recycle process in ASP.net > because > the online server gets session timeouts very often. By placing the tag > > <processModel timeout="120" autoConfig="true" logLevel="All" /> > > i get the Error: > > Something with allowDefinition='MachineOnly' is registrated and cases > an > error in machine.config. > > how do i config the recycleprocess? > Thanks in advance. > > Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://cm.megasolutions.net/forums/default.aspx -~----------~----~----~----~------~----~------~--~---
