B
B
BloodyBlade2017-05-04 16:05:53
ASP.NET
BloodyBlade, 2017-05-04 16:05:53

How to automate site publishing on asp.net mvc?

Good afternoon! I am writing a project using asp.net mvc 5 and web api. The project, in fact, consists of two parts - the client and the server. The server sends data through the web api, the client receives this data and somehow displays it. The client and server have different domains. The server has its own database.
Now, in fact, the question is: is it possible to somehow automate the publication? To build a project for the client, for the server and create a database backup? And ideally, all this data would then be uploaded to the hosting.
Perhaps there is some kind of API in Visual Studio and MSSQL, using which you can automate these actions? And perhaps there is an API with which all this can be uploaded to the hosting? Hosting is provided by Reg.ru.
I would appreciate any information, thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mletov, 2017-05-04
@mletov

About the publication of the code - everything is simple. Right click in solution -> Publish project. There you choose the publishing method, for example, ftp. You can remember once, then he himself will publish from the studio - everything will be uploaded to the server directly from VS.
Don't know about the rest.

A
Artem, 2017-05-04
@devspec

Google vs publish after build
Everything can be done.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question