log file not found

Posted By Supermac Mon 20 Jul 2015
Add to Favorites0
Author Message
Supermac
 Posted Mon 20 Jul 2015
Supreme Being

Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)Supreme Being - (84,823 reputation)

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....

Threaded View

Expand / Collapse

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top