multiple sites

Z

Zeng

Hello,

If I have 20 websites hosted on the same machine and all point to the same
application code, how many instances of my app will be running? 1 or 20?
This is a very common case where private labeling is implemented, hope
someone would know. Thanks!

-zeng
 
M

MWells

If by "same application code" you mean that you have a single application,
defined as a single website in IIS, but you have multiple hostnames defined
in the host header configuration for that application, then I believe you'll
only be running a single instance.

IIS would resolve the host header to the appropriate application first, then
pass the request to the app. In this scenario, you should be fine.

/// M
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top