Hi, We want to able to copy an Excel file and rename it in the same folder. We tried this, System.IO.File.Copy(strSource, strDest, True), which works in the local dev environment but doesn't work on the remote server. Can anyone help us with this? TIA, Jim Spicer
got it workin,g I moved the copy function to another aspx page but didn't use an UpdatePanel, did not use any of the asp.net specific folders but a folder used for Role and added System.IO and System.Net to the vb behind code page. works fine now.