如何将ASP.net文件上传到Internet [英] How to upload ASP.net file to Internet

查看:93
本文介绍了如何将ASP.net文件上传到Internet的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想将我的项目上传到在线.我需要什么步骤.然后如何在我的项目中使用MVC,因为在我的项目中应该在任何地方(如远程连接,美国服务器)运行MVC

请帮帮我

谢谢您

I want to upload my project to online. What steps i needed. And then how to use MVC in my Project because in my project should be run anywhere like remote connections, US server

Please help me

Thanking you

推荐答案

尝试以下操作:
Xcopy部署Asp.Net Mvc 3
通常,应在IIS上安装和配置ASP.NET.
可以使用以下两种方式部署ASP.NET MVC应用程序的常规方法:
1)Bin Deploy-这意味着您将包含asp.net mvc dll与已发布的网站.这次不需要其他任何东西,只需要发布的网站文件

2)在服务器上预安装ASP.NET MVC-使用 Microsoft/Web
这将在服务器上安装所有必需的dll,因此不需要将它们沿着发布的网站传递.

将ASP.NET MVC部署到IIS 6
Try following:
Xcopy deployment of Asp.Net Mvc 3
In general, ASP.NET should be installed and configured on IIS.
There''re the two general methods that ASP.NET MVC application can be deployed with:
1) Bin Deploy - it means that you will include the asp.net mvc dlls with the published web site. This time nothing else is required, just the published web site files

2) PreInstall ASP.NET MVC on server - using or ASP.NET MVC 3 Tools Update or Microsoft /Web
This will install all the required dlls on server, so they will not be required to be passed along the published web site.

Deploying ASP.NET MVC to IIS 6


您要上传项目还是要发布项目?

要发布ASP.NET项目,您必须先对其进行部署

从下面的链接获取详细信息以进行部署.

如何在服务器上部署ASP.NET Web应用程序 [
you want to upload your project or you want to publish your project?

To publish your ASP.NET project you have to first deploy it

get details from the link below for deploying.

How to deploy ASP.NET Web Application on server[^]

Please view these articles for your problem. i hope this helps.

http://forums.asp.net/p/1051551/1497452.aspx#1497452

http://www.codeverge.net/item.aspx?item=530118

http://www.codeverge.net/item.aspx?item=529349

http://66.129.67.4/p/1259466/2350708.aspx


Then MVC is a new but different concept you cannot implement MVC in ASP web form applications. Instead you have to create new MVC application.


这篇关于如何将ASP.net文件上传到Internet的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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