从服务器到客户端访问网站后运行.msi安装文件

时间:2012-03-31 07:36:37

标签: c# asp.net

我使用C#在ASP.NET中创建了一个Web应用程序。访问应用程序时,我在浏览器窗口中收到以下消息:

---------------------------
Windows Internet Explorer
---------------------------
Stop running this script?
A script on this page is causing Internet Explorer to run slowly.
If it continues to run, your computer might become unresponsive. 

我研究了这个问题并找到了以下链接,这是建议解决这个问题的方法:

http://support.microsoft.com/kb/175500

我想在客户端第一次访问网站时执行此设置。如何在客户端运行此设置?

1 个答案:

答案 0 :(得分:0)

不可能像@cHao所说的那样从网站上完全自动运行某些程序,这是所有浏览器都会阻止的。 但是您可以查看ClickOnce部署,它可以一键式地快速,轻松地安装您的程序。 http://msdn.microsoft.com/en-us/library/t71a733d(v=vs.80).aspx