Run button problem in IE 7.0 and asp.net
-
Hi, When I try to download an exe file from my default.aspx page or any other page in my local computer which has Windows Vista OS installed. I get three options Run,Save and Cancel in the pop up window. I want to install this exe with only "Save" and "Cancel" buttons not "Run" button.I want hide or remove "Run" button while installation. how to do this programatically using asp.net? How to customize this in Vista - Internet Explorer? thanks in advance...
-
Hi, When I try to download an exe file from my default.aspx page or any other page in my local computer which has Windows Vista OS installed. I get three options Run,Save and Cancel in the pop up window. I want to install this exe with only "Save" and "Cancel" buttons not "Run" button.I want hide or remove "Run" button while installation. how to do this programatically using asp.net? How to customize this in Vista - Internet Explorer? thanks in advance...
Santhosh_Jits wrote:
I want hide or remove "Run" button while installation. how to do this programatically using asp.net?
ASP.NET can't control how downloaded EXEs are handled by IE - 1) it is a server-side language, and 2) IE decides how it wants to handle downloaded files, especially with EXEs as they can compromise security on the user's machine. Regards, --Perspx
Don't trust a computer you can't throw out a window
-- Steve Wozniak