I am trying to deploy vc-storefront on IIS server. I am following the YouTube tutorial given in below URL
https://www.youtube.com/watch?v=BDpRec7_p7g
It works fine till I run publish command. The publish command runs successfully and the files gets generated in given folder. The command ran to publish the video is "dotnet publish -o "
In video, right after they ran this command they open a URL "http://localhost/admin" , which does not work in my case. Can someone please help me to get rid of this roadblock ? I am stuck at this point and don't know how to proceed.
Note: If you feel this is not right place to ask this question, please suggest where can I get some help regarding this.