在visual studio 2010中为Web应用程序生成.exe文件

在visual studio 2010中为Web应用程序生成.exe文件

问题描述:

您正在使用visual studio 2010和sql server 2005.我创建了一个网站,我想为我的Web应用程序创建.exe文件。我找到了Windows应用程序的解决方案,但我没有找到任何Web应用程序的解决方案。请帮忙。

提前感谢。

hi am using visual studio 2010 and sql server 2005. i have created a website and i want to create .exe file for my web application. i found solution for windows application but i didnt find any solution for web application. pls do help.
thanks in advance.





在Windows应用程序中没有任何名为setup或exe的Web应用程序。对于Web应用程序,我们将部署应用程序而不是安装。请参阅以下链接以部署Web应用程序。

在站点上部署服务器 [ ^ ]



希望有帮助
Hi,

There is nothing called setup or exe for web application as in windows application. For web applications, we will deploy the application not install. refer the below link for deployment of web applications.
WEB SITE DEPLOY ON SERVER[^]

hope it helps