Hi there,
Once i done my project whit MVC how should i make it working on line? I mean, i would love to put on line via FTP but the project seems too big for this... which filese shoult i upload? and how??
Thanks
Hi there,
Once i done my project whit MVC how should i make it working on line? I mean, i would love to put on line via FTP but the project seems too big for this... which filese shoult i upload? and how??
Thanks
If you "publish solution" from VS, you get a folder with all files required. You need to upload them all.
Ok... it means that i have to do "publish solution" every single time that i made a change on my website? or there is another solution?
can i put all the files of the projet on the web server?? would it work?
Publishing is the recommended approach. However, there is an alternative to the publish option. You can copy the required files manually via FTP.
Take a look at some of these links:
http://www.w3schools.com/aspnet/mvc_publish.asp
Also discussed on an asp.net forum thread:
http://forums.asp.net/t/1636237.aspx
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.