Save file in local c drive
Hi All,I am trying to put my exe windows application to web application. I have created one web application and put exe file and some other output folder like "Search Results" that shown in below code in Bin folder of web application. Now I just want to know how I can save the file 'new' below in local C: drive when I host the application.
xlWorkSheet.SaveAs(Application.StartupPath.ToString + "\Search Results\new.xlsx")
Thank You