Exemple #1
0
    private void UserTrack()
    {
        BL_Employee objBL = new BL_Employee();

        string hostAddress = string.Empty, serverIP = string.Empty;

        hostAddress = GetHostAddress();
        serverIP = GetServerIPAddress();

        objBL.SavePageHitsCount(UserSession.VZID, Convert.ToString(ConfigurationManager.AppSettings["ToolCode"]), Path.GetFileName(Request.Url.PathAndQuery), hostAddress, serverIP);
    }