How to publish NopCommerce and NopCommerce admin website?

nopcommerce

Solution

Run Deploy.bat in your root folder. This will create the entire website structure in the Deployable folder. FTP that up to your site.

Problem

I have deployed NopCommerce to Windows azure website and I am able to see home page of NopCommerce website on website URL. After I login using admin credentials, I can see Administration link at the top. But when I click on the link, administration website is not shown. It seems that with NopCommerce admin website does not get deployed. When I tried to publish from Admin website in Visual Studio to azure website, it didn't work. Can someone point me that how can I deploy admin website?

Original source