Like Maurico and codeka , the value of InProc sessions is not specified at first , unless you want your sessions to be affected by recompiling websites and reprocessing applications.
List of reasons why the whole site is recompiled:
By default, when any changes are made to the top-level file on a website, the entire site is recompiled. Top-level files include the global.asax file and all files in the bin / and App_Code / folders .
web.config change
configuration includes modifying the file if the SectionInformation.RestartOnExternalChanges property is true
<section name = "MyAppSettings" type = "System.Configuration.AppSettingsSection, System.Configuration, Version = 2.0.0.0, Culture = neutral, PublicKeyToken = b03f5f7f11d50a3a" restartOnExternalChanges = " True " requirePermission = "false" />
Notes:
Literature:
, , - ( -) ?
, , , , . , , . , .
-, IIS. ( , , ), , , .
ASP.NET " ", Windows, . - SQL Server.
, SQL Server , : - , SQL Server. ASP.NET , ( , , NoSQL!)
Source: https://habr.com/ru/post/1740831/More articles:Android: how to change time in emulator? - androidDetermine if an PHP array uses keys or indexes - arraysCreate a dynamic project template in VS 2010? - c #Sockets and COBOL - socketsWhat are runter.org limitations for Perl? - perlJava: ignoring screens when parsing XML - javaHow to create efficient code through unit testing? - unit-testingHow to save form data on the "Access Denied" page in Drupal? - drupalRead a hidden quote as a hidden quote from xml - javaИмеет ли смысл изменять размер Хэш-таблицы? И когда? - cAll Articles