1
Reply

What is outProc session management?

Aditya Khurana

Aditya Khurana

11y
1.9k
0
Reply

    This mode is ideal for scalable and highly available applications. Session state is held in a process called aspnet_state.exe that runs as a windows service which listens on TCP port 42424 by default. You can invoke state service using services MMC snap-in or by running following net command from command line.