I have found a partial answer to this here But it mentions 'YourAppPoolName' and I have no idea how to determine that for iisexpress where there is no management console available.
Asked
Active
Viewed 2,023 times
0
-
1Possible duplicate of [Change session timeout on IIS Express?](https://stackoverflow.com/questions/10219169/change-session-timeout-on-iis-express) – Michael Freidgeim Oct 09 '17 at 07:45
1 Answers
0
Jexus Manager is the console for IIS Express.
But IIS Express does not have application pools, so even if you set the second setting like that answer indicated, it won't be picked up.
To test out sessions, you'd better use full IIS.

Lex Li
- 60,503
- 9
- 116
- 147