Skip to content

RefractedPaladin/Freelancer-Template

 
 

Repository files navigation

Freelancer Template - C#

This is a C# solution for StartBootstrap's Freelancer Template.

In this version, you'll find an Admin panel to edit all the site's content.

All the content are stored as JSON in the "data/data.txt" file - YOU DON'T NEED SQL !

The initial Admin username and password are :
username: admin
password: admin
To change them, you'll have to edit their values in the web.config !
To get the hashed password, you'll have to go to admin/generatepassword.aspx and get the hashed value.

The "Localfilespath" key in the Web.Config should be changed to you folder's location as well as the "MyEmail" key where you'll have to put your own email.

Finally, you'll need to give permission to the "data" and "images" folder.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.2%
  • CSS 22.4%
  • C# 4.7%
  • Classic ASP 4.6%
  • HTML 3.1%