Tracing in IIS 7 (edit)
Errors & Warnings
%windir%\system32\inetsrv\asp.dll
To make a backup of the configuration
- Click Start > All Programs > Accessories.
-
Right-click Command Prompt, and then click Run as administrator.
windir%\system32\inetsrv\appcmd add backup cleanInstall
Restore Your Backup
%windir%\system32\inetsrv\appcmd restore backup cleanInstall
Test and View the Failure Request Log File
%systemdrive%\inetpub\wwwroot
View the Failure Request Log File
%systemdrive%\inetpub\logs\FailedReqLogFiles\W3SVC1
%windir%\system32\inetsrv\config\applicationHost.config
Session Cookie
https://benjii.me/2015/07/using-sessions-and-httpcontext-in-aspnet5-and-mvc6/
https://www.c-sharpcorner.com/uploadfile/61b832/Asp-Net-session-and-web-config-explained/
https://www.c-sharpcorner.com/UploadFile/8a67c0/web-config-vs-app-config-vs-machine-config/
https://www.techcartnow.com/increase-timeout-asp-net-application/
https://www.techcartnow.com/sql-query-multiple-table-select-insert-update-delete-join-clause/
https://www.techcartnow.com/conditionally-render-sections-asp-net-mvc/
sessionState Element
https://msdn.microsoft.com/en-us/vstudio/h6bb9cz9%28v=vs.108%29?f=255&MSPPError=-2147217396
How to set session timeout in web.config
https://stackoverflow.com/questions/1205828/how-to-set-session-timeout-in-web-config
Managing Session State for ASP.NET
http://www.informit.com/articles/article.aspx?p=30026&seqNum=2
ASP.NET Application Is Timeout Less Than 20 Minutes
http://www.dedicatedsqlserver.com/HowTo/IIS_Timeout.aspx
ASP.NET session management through web.config file in C#
https://forgetcode.com/csharp/1648-asp-net-session-management-through-web-config-file
Design Pattern
jQuery Plugins