I was just wondering is there a way to change the timeout feature for the NCM webpage, it seems like every 5-10 Mins I have to log back in. This get a little annoying after a while.
Thanks
-James
you should be able to change the default timeout in the web.config file located in the \Inetpub\SolarWindsNCM folder. The default is set to 15 minutes.
<forms name="authTicket" loginUrl="Default.aspx" timeout="15" defaultUrl="ViewLayout.aspx">
Let me know how it goes.
Thank you for the information. I have change this to a time out of 4Hrs.
I will let you know how it goes. Thanks again.
I assume this setting (along with many others) will someday find its way onto an "Admin" page on the website..?
The edit works great, it is nice not to have to login in every 15mins.
It would be a nice feature to be able to edit these types of things, placed in an admin page.