views:

60

answers:

2

Are there any good ASP.NET site templates out there? I am looking for something with some very basic features:

  • Reusable layout
  • Navigation already built in
  • Admin Section
  • Login Page

I was going to build a template that meets my needs exactly, but thought I would scour around a bit first. If I don't find something that does what I need, at least I could get some ideas.

Webforms or MVC, it doesn't matter.

EDIT

Not looking for content management system.

+1  A: 

Asp.Net Design Templates - No clue if they have the code with them or not.

EDIT: Nevermind, they come with Master Page, CSS files, and images.

Martin
A: 

do you just want templates. Have you consider using a cms. The umbraco cms is very flexible.

frosty