Skip to content

adrievx/WebFile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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