Group: Forum Members
Last Active: Wed 22 Jul 2020
Posts: 153,
Visits: 874
|
Maybe I found a couple of errors in \UserControls\Back\_AdminErrorLogs.ascx.vb code.
In btnRefresh_Click function and in lbxFiles_SelectedIndexChanged function, strFilePath string is malformed... correct format should be: Dim strFilePath As String = Server.MapPath("~/" & ConfigurationManager.AppSettings("errorlogpath") & "/Errors/" & lbxFiles.SelectedValue)
I'm debated if it's correct that log files deletion it deletes even Errors folder....
|