Publishing nopCommerce 4.0 on local system

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Hi,

I need to publish nopCommerce code on my system (development), I have downloaded the code and installed the project after that I want to publish web project on my system, could anyone please advise on this ???
6 years ago
Do you want to install nopCommerce on IIS? If yes, then use No Source version instead.
6 years ago
You can publish site with file system by click on Nop.web solution.

In addition follow this link https://docs.microsoft.com/en-us/aspnet/core/host-and-deploy/iis/index?tabs=aspnetcore2x.

Please download .net core bundle as per link instruction

Thanks,
6 years ago
My problem is that when I click on nop.web project, there is no option to Publish. The publish option appears on nop.web.Framework.
6 years ago
mbalog wrote:
My problem is that when I click on nop.web project, there is no option to Publish. The publish option appears on nop.web.Framework.


Did you open right solution of nop?

Set nop.web set as start up by right click on nop.web.

After check option is comming or not.

It's one of the weird problem.
5 years ago
RIght click on the Nop.web project folder in your solutions explorer

Publish

Select Publish to File System (If you want to take a finished copy to a Web Server)

- otherwise you need you use your Local Server (Visual Studio implements a local Development server)

Build & Run (Debug is the best for local dev until you are sure you are happy)

If its not building properly, clear your GIT cache and BUILD ALL again)

CHeers
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.