I setup nopcommerce in IIS after publish Nop.Web project.
I set different domains in hosts file as below,
127.0.0.1 www.store1.local
127.0.0.1 www.store2.local
In IIS, I bind www.store1.local with publish folder, It is working fine with www.store1.local.
But how can I setup multistore with using www.store2.local and other custom URLs, Can anyone please guide me for this?
Thanks in advance.
you need to add two bindings www.store1.local, www.store2.local to the same folder and add the host variables to the to stores in the admin panel.