Click here to Skip to main content
15,895,667 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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
Posted

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
 
Share this answer
 
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.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900