dynamic Nop installation

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 anos atrás
I'm starting a new project, let customers create online Nop store including web hosting and sql DB.
planning to create 3 simple steps, online store within 10 minutes.

for the moment I'm still struggling with parallel plesk permissions (creating sub domains)

has any one done it?
thanks
11 anos atrás
I think you have to own your server or a VPS in order to use control panel api to generate IIS, dns, database and other stuff for you. Otherwise, you can write your own api pretty easy to achieve the same using Microsoft.Web.Administration

your application pool must have a permission of Local System or similar one to run these things.

http://blogs.msdn.com/b/carlosag/archive/2006/04/17/microsoftwebadministration.aspx

option 2: utilize appcmd.exe

http://technet.microsoft.com/en-us/library/cc772350(v=ws.10).aspx

option 3: try Url rewrite to host multiple domains

http://weblogs.asp.net/owscott/iis-url-rewrite-hosting-multiple-domains-under-one-site


One more thing, don't use plesk, it sucks. http://www.websitepanel.net/ >> this is the best CPanel i've ever used, better than all cpanels on the market including linux/unix ones.

The interface is very simple, clean and very fast. It's open source too, so 100% free.

http://websitepanel.codeplex.com/
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.