ASP.NET MVC Project Publishing

1

Good morning, gentlemen, I work with systems development, but until then I never had to make an online publication of an application of mine, since I always worked with ready projects, what is the best way and where to publish my project where I can to access it through www.mysite.com? Could you elaborate on me?

    
asked by anonymous 25.06.2018 / 15:21

3 answers

1

I think at first you could use AZURE to publish your web application. Create a free account in AZURE and create your web application there. After that you can publish your web application already set in the project publish to be hosted in your azure account.

This link can help you better understand: link

    
25.06.2018 / 16:14
0

Hello,

Well first you have to have a provider to host your project and it will redirect to your domain "www.mysite.com". If you do not choose Azure and hire any other hosting provider, the easiest way is to give a "publish" of your aspnet application to a windows directory, there it will put your files ready for publication. To publish, you must have an FTP address that your contracted provider will provide, and with this access, through an FTP program, simply connect and send your files obtained by "Publish" to the directory of your provider. Briefly this is the simplest way. Of course, if it was developed to host in azure, the path is different, it goes on in the answer above, but Visual Studio automatically connects and publishes your application there, just connect to your account through Visual Studio, this is very simple, but give the publish indicate that it will be in the Azure. Of course when hiring the hosting, it should be configured for asp.net, and inform the framework that this your application, then first check the framework that your provider provides and build your application for this framework.

    
25.06.2018 / 21:40
0

link ..... link  are links with good practices, and if you do not understand with the other probably complemented:)

    
26.06.2018 / 01:42