Hi All,
I create a application in asp.net. In that i want to create a excel on specific location once the save button click on particular web form. (like On D drive the Approval.xls is create when i click on save button approve form.)
So my now issue is, In local application the excel is created on specific location. But once i host application on server and then access link on my local machine, then the excel is created on that server machine only not on my local machine from where i access the link.
So there is any way to create that excel on specific location on my local machine and not on server?
thanxs in advance.