I am new to nopcommerce. nopcommerce is running fine in visual express for web and I have customized several features. I tried to publish it to azure: I changed build for every project in the solution to release and made a rebuild I highlight Nop.Web (or NopAdmin) project and click publish and follow steps: however publish fails . In azure I see database and website created. I have searched for how to publish to azure but could find answer. I am using nopcommerce 3 and visual express 2013 for web where can I find step by step publish guide?
-
the errors say nop.services.dll ,autofac.dll and nop.framework.dll are not found in nop.web project. but i can see them all in \bin – kobosh Aug 14 '14 at 14:05
-
I found a better host:myAsp.net supports all versions of nopcommerce and it is one click install – kobosh Aug 15 '14 at 13:34
2 Answers
- Open the solution in Visual Studio
- Clean and Re-build the entire solution
- Publish the "Nop.Web" project from Visual Studio
You can publish through FTP or directly from visual studio using web deploy
a) FTP
you can published to a local File System then upload the published files through ftp. How to get FTP credentials for azure? you go Azure.com - > My Account -> Management portal -> Choose your website -> go Dashboard -> quick glance
From here you can find the ftp credentials or you can 'Reset your deployment credentials' or 'Download the publish profile' or
For new azure portal go portal.azure.com -> browse websites -> navigate to your website -> PROPERTIES From here you can find the ftp credentials or you can 'Reset your deployment credentials' or 'Download the publish profile' or
b) Visual Studio - web deploy
You can also deploy directly to azure from visual studio. Download or get the deployment credentials from azure using the above way and setup web deploy profile in visual studio

- 5,343
- 4
- 37
- 37
-
2Thanks a lot, Shahdat! If you don't mind I'll add this info to http://docs.nopcommerce.com/display/nc/Installing+on+Windows+Azure – Andrei M Dec 08 '15 at 09:56
-
You might want to try this: Hosting nopCommerce on Windows Azure Web Sites with Automatic Source Control Deployment

- 1,364
- 7
- 10
-
Can this be done in latest nopCommerce version 3.80 ? , or should we follow latest microsoft articles, For more information, see the source control and continuous integration chapters of the [Building Real-World Cloud Apps with Azure](https://www.asp.net/aspnet/overview/developing-apps-with-windows-azure/building-real-world-cloud-apps-with-windows-azure/introduction) e-book and [this](https://learn.microsoft.com/en-us/azure/cloud-services/cloud-services-continuous-delivery-use-vso) post. – Shaiju T Dec 08 '16 at 11:34