Let's say you want to host domains first.com and second.com.
Create folders for their files:
| using System; | |
| using System.CodeDom.Compiler; | |
| using System.IO; | |
| using System.Linq; | |
| using System.Reflection; | |
| using System.Text; | |
| using System.Web.Razor; | |
| using Microsoft.CSharp; | |
| namespace SpecUtils |