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.