Jeffrey Palermo (.com)

Sponsors

The Lounge

News

Advertisement

Images in this post missing? We recently lost them in a site migration. We're working to restore these as you read this. Should you need an image in an emergency, please contact us at imagehelp@codebetter.com
EZWeb Beta Version 0.9 Released! - level 200

I'm am so excited.  I have released version 0.9 of my EZWeb framework on GotDotNet.  Major beta release.  I've made content editing part of page administration.  Fixed many bugs.  Created an extendable user framework.  Updgraded to FreeTextBox 2.0.6.  Added file and image upload feature.  Added SqlFactory class wrapper of the MS Data Access application block for data access in you application.  It's almost worthy of being used as an application framework in a real project.  My next release will be version 1.0 stable release.  Please offer feedback.  I have not included more templates because everyone will want to make their own site look and feel anyway. 

EZWeb works out of the box.  Set up a virtual directory, give aspnet user write permission to it, and pull it up in the browser.  You can start creating your website right away.  Extend it with your own user by using ClientUserSample.cs as a guide and inheriting WebPrincipal.  Then change web.config to refer to your assembly for the user class.

This is an ASP.NET VS.NET 2003 project in C#. 


Posted 06-11-2004 2:14 PM by Jeffrey Palermo

[Advertisement]

Comments

Art wrote re: EZWeb Beta Version 0.9 Released! - level 200
on 08-07-2004 4:00 AM
The GotDotNet download has a problem, it downloads as 0 bytes in size...
Art wrote re: EZWeb Beta Version 0.9 Released! - level 200
on 08-07-2004 1:29 PM
Never mind - I found it was Norton Internet Security interacting with GotDotNet. Turned off NIS and it worked fine.