Masalah ASP.NET


Line 245:                path = @"C:\\RenewalNoticeInvoice\\RenewalNotice_" + sub_day + "-" + sub_month + "-" + accountNo + ".pdf";                
Line 246:                zip.AddFile(path);              
Line 247:                zip.Save(Response.OutputStream);
Line 248:            }
Line 249:
Uptight Unicorn