Publish MVC project with visual studio 2017

0

Good day dear, I have a web application which I want to publish, I was looking at pages and tutorials where they publish them with the file system option but when I do it I get a warning that this option does not support the database, the application I have connected to a database on sql server by entity framework, if someone has a guide, or how to publish my application method would be helpful.

The project will be published IN IIS

    
asked by senseilex 16.05.2018 в 18:27
source

2 answers

0

If you need to publish it on a hostin, or do you want to publish it on a forum website?

many hosting do not receive aspx you have to rent one that has ISS support so you can publish your website

    
answered by 16.05.2018 в 18:38
0

you have to configure the string of connection to the database in the Web.config file of your project, and then do the export as the tutorials tell you, but, the other, is to publish it in azure directly and it saves you all the steps, but it's expensive

    
answered by 16.05.2018 в 18:49