WebFile An imageboard web app system written in ASP.NET Setup Clone the repository Change DirectoryRoot and AppName to your requirements in web.config <appSettings> <add key="DirectoryRoot" value="C:\webfile\data" /> <add key="AppName" value="WebFile" /> </appSettings> Deploy as required