你如何实时发布你的MVC应用程序? [英] How do you publish your MVC application In Real Time ?

查看:92
本文介绍了你如何实时发布你的MVC应用程序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何实时发布MVC应用程序?

How do you publish your MVC application In Real Time ?

推荐答案

我假设您刚刚使用了实时字,您需要发布您的MVC网页您的IIS服务器上的应用程序要求是这样,然后请点击此链接



http: //www.w3schools.com/aspnet/mvc_publish.asp [ ^ ]



如果你从那里得到帮助,请给予答案。
I assume, you just used the real time word and you need to just publish your MVC web app on your IIS server. The requirment is that so then plz follow this link

http://www.w3schools.com/aspnet/mvc_publish.asp[^]

pls mark as answered if you got a help from there.


简单
右键单击解决方案,在菜单中单击发布....您将查看以下链接对话框



http://blogs.msdn.com/b/sajoshi/archive/2010/12/13/visual_2d00_studio_2d00_2010publish_2d00_asp_2d00_net_2d00_mvc_2d00_website_2d00_to_2d00_iis7_2d00_5.aspx

http://stackoverflow.com/questions/11091839/how-to-deploy-a-asp-net-mvc-4-app-to-web-hosting-provider-sub-directory-with-vis [ ^ ]

http://jvance.com/blog/2008/10/16/DeployMVCApp.xhtml [ ^ ]
Simple
Right click on solution, in menu click on publish.... you will view dialog box as following links

http://blogs.msdn.com/b/sajoshi/archive/2010/12/13/visual_2d00_studio_2d00_2010publish_2d00_asp_2d00_net_2d00_mvc_2d00_website_2d00_to_2d00_iis7_2d00_5.aspx
http://stackoverflow.com/questions/11091839/how-to-deploy-a-asp-net-mvc-4-app-to-web-hosting-provider-sub-directory-with-vis[^]
http://jvance.com/blog/2008/10/16/DeployMVCApp.xhtml[^]


如果你的系统中有IIS,那么只需在你的dekstop上创建一个文件夹(C:/>驱动器),然后右键单击您的mvc Web项目,单击发布。检查配置。如果你没有web.release.config(用于发布版本),那么选择调试模式和你希望存储程序集的文件夹,然后最后点击发布。

这将做什么在里面文件夹,它会将您的Web项目的dll添加到bin文件夹中。然后你去IIS->点击网站 - >右键点击默认网站并添加应用程序。然后你按照它说通过IIS和浏览给你的应用程序一个别名。

谢谢

:)
If you have IIS in your system, then simply create a folder on your dekstop(C:/> drive), then right click on your mvc web project, click on publish. check for the configuration. If you donot have web.release.config(for release versioin) then choose Debug mode and the folder where you want your assemblies to be stored, then finally click publish.
What this will do is inside the folder, it will add the dlls of your web project into the bin folder. Then you go to IIS->click on sites->right click on default website and add application. Then you follow as it says giving your application an alias through IIS and the browse.
Thank you
:)


这篇关于你如何实时发布你的MVC应用程序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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