I am new to ASP.NET web application. I created an ASP.NET web application (.NET framework) using c# and wrote some api's and ran it from visual studio. But now I want to Publish my application to a local folder using the command line. I could not find a workable command so please help.
Asked
Active
Viewed 359 times
0
-
https://jakeydocs.readthedocs.io/en/latest/publishing/iis.html – Chetan Feb 09 '21 at 02:25
-
@ChetanRanpariya actually I wanted a command which I could run in the console. – debanka Feb 09 '21 at 02:45
-
https://stackoverflow.com/questions/13915636/specify-project-file-of-a-solution-using-msbuild – Chetan Feb 09 '21 at 09:35
-
Does this answer your question? [specify project file of a solution using msbuild](https://stackoverflow.com/questions/13915636/specify-project-file-of-a-solution-using-msbuild) – Chetan Feb 09 '21 at 09:36
-
The link shows me how to build using msbuild but I want to publish my asp.net web application – debanka Feb 09 '21 at 11:10
-
The following may help: https://stackoverflow.com/questions/3097489/how-to-publish-web-with-msbuild – Tu deschizi eu inchid Feb 09 '21 at 13:41