I am creating a web application where people having different businesses can come and register their businesses.
steps they will follow are :
step 1: they will select package
step 2: they will select template
step 3: they will provide the primary and necessary information about their on-line store
step 4: submit form
now when they will submit it, obviously there will be a different site having unique name and site url will be created in IIS.
Now they question is If there will be more than 1000 stores registered, will there be 1000 sites registered on the server or ? that would cost alot than. or is there any alternate way to handle it ?
In local host it is ok to create as much as sites on IIS for me, but when i deploy it that will cost for me as a new site will cost to me .
advance thanks :)
Go to the complete details ...