ASP.NET网站转换为可执行文件 [英] asp .net website into executable file

查看:73
本文介绍了ASP.NET网站转换为可执行文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

朋友们,

我已经使用c#使用Asp.net 2.0创建了一个网站.我想将asp.net Web应用程序转换为可执行文件,以将Web应用程序安装在另一个系统中.有没有可能将我的Web应用程序转换为exe文件.如果可能的话,请告诉我该怎么做.请告诉我.

谢谢,

Hi friends,

I have created a Website using Asp.net 2.0 using with c#. I want to convert my asp.net web application into an executable file to install my web application in another system. Is there any possible to convert my web application into exe file. If its possible tell me what are the steps. Please tell me.

Thanks,

推荐答案

不幸的是,没有.

但是,您可以将Asp.net网站编译为Asp.net Application.这将导致将Asp.net应用程序编译为dll.

但是,您可以在Visual Studio中创建一个Web安装项目,以创建一个Web安装程序(安装程序)以在IIS中安装该Web应用程序.请参阅 http://dataerror.blogspot.com/2010/06/creating -web-setup-project-for-aspnet.html [ ^ ]了解更多信息.
Unfortunately, NO.

You can compile your Asp.net web site to an Asp.net Application though. This would result in compiling the Asp.net application into a dll.

However, you can create a web setup project in Visual Studio to create a web setup (Installer) to install the web application in IIS. See http://dataerror.blogspot.com/2010/06/creating-web-setup-project-for-aspnet.html[^] to learn more.


我认为您正在寻找将Web应用程序部署在另一个系统中的功能?

浏览链接..,

I think you are looking for Deploying your web application in another system??

Go through the Link..,

Here[^]

AFAIK.., You can change web application into a direct EXE.


这篇关于ASP.NET网站转换为可执行文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆