Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 329 Bytes

File metadata and controls

16 lines (12 loc) · 329 Bytes

WebFile

An imageboard web app system written in ASP.NET

Setup

  1. Clone the repository

  2. Change DirectoryRoot and AppName to your requirements in web.config

<appSettings>
	<add key="DirectoryRoot" value="C:\webfile\data" />
	<add key="AppName" value="WebFile" />
</appSettings>
  1. Deploy as required