not able to open excel hyperlink provided in PPT in asp.net form
-
Hi I have developed one ASP.NET web application. In one form i have provided link to mht file which is converted from PPT and also excel hyperlink object has been provided in that mht. I hosted in server. Including me and every user able to open that mht file but not opening excel hyperlink for all users. I am able to open in my local system by accessing that URL but if i am login to other system as my NT id, even i am also not able to open that excel link. what might be the problem. I have provided that folder access to every with read permission. Then also not opening. If anybody knows please reply me. Thanks in advance.
-
Hi I have developed one ASP.NET web application. In one form i have provided link to mht file which is converted from PPT and also excel hyperlink object has been provided in that mht. I hosted in server. Including me and every user able to open that mht file but not opening excel hyperlink for all users. I am able to open in my local system by accessing that URL but if i am login to other system as my NT id, even i am also not able to open that excel link. what might be the problem. I have provided that folder access to every with read permission. Then also not opening. If anybody knows please reply me. Thanks in advance.
Where are the excel files hosted? It could be that the excel files are hosted in your local box and the links direct you to http://localhost. In this case, the files will open only when clicked from the local box. Check the links and fix them. You may need to move the excel files to a server and update the links with the server's address.