Login Skip Navigation LinksWilsonWebPortal > Home Search
Download WebPortal Download WebPortal
Download and start using the full WebPortal completely free, including the source for the basic modules so you can see how to create your own if the included modules aren't enough.

PayPal Subscribe
Get It All for $50 USD:
WebPortal, ORMapper,
Source Code, All Updates
PayPal

Paul Wilson Paul Wilson
ASPInsider
ASPInsider, 4-time .NET MVP,
MCSD, MCSE, MCDBA
MCSD
WilsonDotNet.com
Paul Wilson's Blog
My Current Resume
The Best Web-Host

Wilson WebPortal and Application Framework Wilson WebPortal and Application Framework
Announcing the WilsonWebPortal -- a Web Portal and Application Framework built on ASP.NET v2.0 and O/R Mapping
Simple and flexible, developer-oriented, and full of best practices for learning too.
Download and start using the full WebPortal completely free, with no limitations!

    Standard Features
  • A single installation supports multiple portals, and multiple url aliases for each portal.
  • Each single group of users, passwords, and roles can be shared across multiple portals.
  • Each portal contains unlimited pages, arranged in unlimited hierachies, with friendly urls.
  • Each page starts with one of unlimited skins, with any user-selectable theme applied.
  • Each page can be limited by roles, and consists of unlimited parts also limited by roles.
  • Each page part is contained in one of unlimited frames, itself in one of unlimited zones.
  • Each page part contains one of unlimited modules, with action rights limited by roles.
  • Each theme, skin, frame, and module can be restricted to one specific group of users.
    Modules Included
  • Basic pre-configured modules are html-text, link-list, item-list, and events/calendar.
  • Extra included modules are docs (upload/download), forums, wiki, and file viewer.
  • The main display for all basic and extra modules are just customizable user controls.
  • Admin modules for all core objects are also included and pre-configured on first hit.
  • All edit screens for built-in modules use an included EditView control for consistency.
  • The FreeTextBox control is used for all html editting, even in the EditView control.
  • All list screens for Admin modules use an included ListView control for consistency.
  • An RSS helper is used for item-list, events, and forums, and can be used elsewhere.
    Fully ASP.NET v2.0
  • Build portal skins with standard master pages, with each content region being a zone.
  • Build reusable modules with standard controls, using the ORMapper for persistence.
  • Use themes with css and control skins for both consistent design and personalization.
  • Includes custom membership, role manager, profile, sitemap, and web event providers.
  • Membership forces hashed passwords and supports the login and password controls.
  • Custom profile allows both authenticated and anonymous users to save preferences.
  • Sitemap includes role trimming and supports menu, sitemappath, and treeview controls.
  • Health monitoring events support configurable log of requests, errors, and debugging.
    Simple Architecture
  • Simple C# codebase is built on .NET v2.0 that fully uses generics and nullable types.
  • Standard ASP.NET v2.0 features and controls are supported with custom providers.
  • Core entity objects are loaded with the ORMapper and then cached for performance.
  • Well-designed relational database schema can be setup on most any database system.
  • Basic framework makes it easy to build reusable modules and be highly productive.
  • Security is automatic on all module actions, but its flexible to allow you to define any.
  • Full content searching is sensitive to roles and is automatic with the included modules.
  • Many modules are included, including full admin modules, but you can replace any/all.