Once the login has timed out and is required to log back in, this page errors out and can not find the current client_id due to the system forcing a log out. Is there some easy way to fix this other than building a custom errors page to avoid the nasty Server Error in '/' Application error page?
The settings property 'client_id' was not found.
Line 184: Public Overridable Property client_id() As Integer
Line 185: Get
Line 186: Return CType(Me.GetPropertyValue("client_id"),Integer)
Line 187: End Get
Line 188: Set
Thanks,
Don