in net framework we should place App_Data
otherwise IIS detects there’s a change in the file system and restarts the appdomain,
To simplify migration efforts of ServiceStack projects between .NET Core and .NET Framework, all SPA and Website Templates are configured to use .NET Core’s convention of /wwwroot for its public WebRoot Path
so just want to know where should we place in netfx/core/corefx/selfhost project