I have the following problem:
I have a button in which I open an excel file, with Process.Start("ruta");
I put the path of the server \server\etc\etc
, and it works in my localhost, but when uploading the web app to the server (through IIS ), it does not bring me anything, it only makes a AutoPostBack
, I only know that the solution could be related to Server.MapPath()
but I do not have much idea of using it ... Agradesco your help please