简体   繁体   English

创建一个Web应用程序安装程序以在本地IIS中导入应用程序

[英]Create a web application setup to import application in local IIS

I have a C# web application which I am able to launch using Visual Studio 2012 in which I developed it. 我有一个C#Web应用程序,可以使用在其中开发它的Visual Studio 2012启动它。 However, I want to create a setup for this application (which is not available in Visual Studio 2012). 但是,我想为此应用程序创建一个安装程序(在Visual Studio 2012中不可用)。 Therefore, I tried using the Installshield setup creation utility. 因此,我尝试使用Installshield安装程序创建实用程序。 I could successfully build the setup after using the pointers in: 在以下位置使用指针后,我可以成功构建设置:

http://ultidev.com/Forums/yaf_postsm3358_Building-UWSASP-NET-app-installation-with-InstallShield.aspx http://ultidev.com/Forums/yaf_postsm3358_Building-UWSASP-NET-app-installation-with-InstallShield.aspx

Now I am not sure how to have it imported into the IIS manager so I can directly go and browse the my web application URL after successfully installing the setup.exe. 现在,我不确定如何将其导入IIS管理器,因此在成功安装setup.exe之后,我可以直接去浏览我的Web应用程序URL。

Any help would be appreciated. 任何帮助,将不胜感激。

Recently i ran on a same problem, so here is what i found interesting regarding your question. 最近,我遇到了一个相同的问题,所以这是我发现有关您的问题的有趣之处。

There is a setup explanation here: www.wavepointstudios.net/Msi2011/How-to-Install-a-Web-Application.aspx 这里有一个安装说明: www.wavepointstudios.net/Msi2011/How-to-Install-a-Web-Application.aspx

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM