iis 7.5 - Aspnet_regiis.exe "-norestart" option is not supported under Windows Server 2008 -


i wondering if there option running aspnet_regiis.exe command under windows server 2008 r2 such iis worker process not restarted. microsoft states aspnet_regiis.exe "-norestart" option not supported under windows server 2008. state here under -notestart: http://msdn.microsoft.com/en-us/library/k6h9cz8h%28v=vs.100%29.aspx

now if run command restarts process , if users' have session variables set loose them.

actually reason "-norestart" option not included in 2008 r2 because not needed. running command server no longer restarts did in previous versions. ran tests , see iis process memory did not go down after issuing aspnet_regiis.exe, nor did loose session state.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -