I have a number of websites that run under IIS on a single machine.
Should I put these websites inside of the C:\inetpub\wwwroot\ folder or inside the C:\inetpub\ folder?
E.g.
- C:\inetpub\wwwroot\Website1\
- C:\inetpub\wwwroot\Website2\
or
- C:\inetpub\Website1\
- C:\inetpub\Website2\
Are there any pros/cons for either or another recommended location (I only have a C drive on this machine)?
I am not sure whether there is a "correct" answer to this, but want to follow best practice if there is one.
Many thanks, Jonathan