Line 1128: ExcelApp.UserControl = false; Line 1129: String FileName = "" + User.Identity.Name + ".xlsx"; Line 1130: ExcelWork.SaveCopyAs(strCurrentDir + FileName); Line 1131: String TimeSheetPath = (String)System.Configuration.ConfigurationManager.AppSettings["TimeSheetPath"].ToString(); Line 1132: string strMachineName = Request.ServerVariables["SERVER_NAME"];
|