How do you publish your MVC application In Real Time ?CHAITANYA KIRAN KASANI12yAsked Aug 10, 2014, 2:19 PM1.2k.NETHow do you publish your MVC application In Real Time ?
GUGuest User12y agoPosted Aug 10, 2014, 10:25 PMIn VS there is an option called publish, you can use thatoryou could use msdeploy to deploy the applicationor you can export your application that you've hosted at your local IIS server, so it'll create package and then you can import at production serverPlease accept answer if you find it helpful!
Guest UserPosted Aug 10, 2014, 10:25 PM
or
you could use msdeploy to deploy the application
or
you can export your application that you've hosted at your local IIS server, so it'll create package and then you can import at production server
Please accept answer if you find it helpful!